Skip to content

Commit

Permalink
fix(select): fix text-size defined
Browse files Browse the repository at this point in the history
  • Loading branch information
andresin87 committed Jan 25, 2024
1 parent 0803232 commit da597e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/components/select/src/SelectTrigger.styles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ export const styles = cva(
[
'relative flex w-full items-center justify-between',
'min-h-sz-44 rounded-lg bg-surface text-on-surface px-lg',
'text-body-1',
// outline styles
'ring-1 outline-none ring-inset',
],
Expand Down

0 comments on commit da597e1

Please sign in to comment.