Skip to content

Commit

Permalink
fix(auth): fix checkbox color on Firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristiaanScheermeijer committed Aug 6, 2021
1 parent 7a57592 commit ee49664
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Checkbox/Checkbox.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@

&::before {
display: inline-block;
font-family: system-ui;
color: variables.$black;
font-family: arial, sans-serif;
font-weight: 600;
font-size: 0;
content: 'L';
Expand Down

0 comments on commit ee49664

Please sign in to comment.