Skip to content

Commit c80b7c3

Browse files
authored
fix(Checkbox): input size being wrong (#5639)
1 parent 6fdf91d commit c80b7c3

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.changeset/evil-boats-stare.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@ultraviolet/ui": patch
3+
---
4+
5+
Fix `<Checkbox />` input size being wrong

packages/ui/src/components/Checkbox/styles.css.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ export const checkboxInput = style({
3535
whiteSpace: 'nowrap',
3636
opacity: 0,
3737
borderWidth: 0,
38+
height: theme.sizing['300'],
39+
width: theme.sizing['300'],
3840
})
3941

4042
export const checkboxContainer = style({

0 commit comments

Comments
 (0)