Skip to content

Commit

Permalink
style: default select style
Browse files Browse the repository at this point in the history
  • Loading branch information
timoheddes committed Aug 22, 2023
1 parent 0c0855f commit 48904af
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/libs/react-ui/src/components/Select/Select.css.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import { vars } from '../../styles';

import { sprinkles } from '@theme/sprinkles.css';
import { style } from '@vanilla-extract/css';

Expand All @@ -9,8 +11,8 @@ export const containerClass = style([
borderRadius: '$sm',
}),
{
boxShadow: `0 1px 1px 0 ${vars.colors.$gray30}`,
position: 'relative',
border: 'solid 1px',
},
]);
export const containerClassDisabled = style([
Expand Down

0 comments on commit 48904af

Please sign in to comment.