Skip to content

Commit

Permalink
fix: fix wrong size of checkboxes
Browse files Browse the repository at this point in the history
  • Loading branch information
fynnfeldpausch committed Apr 22, 2024
1 parent 304c226 commit 08aa64f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/components/cat-checkbox/cat-checkbox.scss
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ input {
background-color cat-token('time.transition.s') ease,
border-color cat-token('time.transition.s') ease;
pointer-events: none;
box-sizing: border-box;

svg {
fill: none;
Expand Down

0 comments on commit 08aa64f

Please sign in to comment.