Skip to content

Commit 4916795

Browse files
authored
[Style] checkbox 크기 수정 (#266)
1 parent e9fd69d commit 4916795

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/ui/Control/style.css.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ const checkBoxBase = style({
7171
});
7272

7373
export const checkBox = styleVariants({
74-
sm: [checkBoxBase, { width: '16px', height: '18px' }],
75-
lg: [checkBoxBase, { width: '22px', height: '24px' }],
74+
sm: [checkBoxBase, { width: '16px', height: '16px' }],
75+
lg: [checkBoxBase, { width: '22px', height: '22px' }],
7676
});
7777

7878
export const checkBoxInput = style({

0 commit comments

Comments
 (0)