Skip to content

Commit

Permalink
fix: border radius and color
Browse files Browse the repository at this point in the history
  • Loading branch information
timoheddes committed Aug 28, 2023
1 parent 357ea28 commit c04d39b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/libs/react-ui/src/components/Select/Select.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const containerClass = style([
display: 'flex',
overflow: 'hidden',
lineHeight: '$lg',
borderRadius: '$sm',
borderRadius: '$xs',
borderColor: {
lightMode: '$white',
darkMode: '$gray60',
Expand Down Expand Up @@ -46,7 +46,7 @@ export const selectVariants = styleVariants({
backgroundColor: 'transparent',
}),
{
border: `1px solid ${vars.colors.$gray30}`,
border: `1px solid ${vars.colors.$gray40}`,
},
],
});
Expand Down

0 comments on commit c04d39b

Please sign in to comment.