Skip to content

Commit

Permalink
revert checbox mark width
Browse files Browse the repository at this point in the history
  • Loading branch information
BenOsodrac committed Jun 7, 2024
1 parent 21f75e9 commit c6b5290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/components/checkbox/checkbox.ionic.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
--border-width: #{globals.$ionic-border-size-025};
--border-style: #{globals.$ionic-border-style-solid};
--border-color: #{globals.$ionic-color-neutral-800};
--checkmark-width: 2;
--checkmark-width: 3;

// Focus
--focus-ring-color: #{globals.$ionic-state-focus-1};
Expand Down

0 comments on commit c6b5290

Please sign in to comment.