Skip to content

Commit 2b5c388

Browse files
committed
fix: selecte-button icon size
1 parent 16c7bf9 commit 2b5c388

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/common/components/SelectButton/style.css.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export const Container = cva({
3131
export const Icon = cva({
3232
base: {
3333
color: '54',
34-
fontSize: '0.75rem',
34+
fontSize: '0.875rem',
3535
},
3636
variants: {
3737
direction: {

0 commit comments

Comments
 (0)