safari: fix checkboxes

This commit is contained in:
Sidney Alcantara
2021-09-07 10:29:02 +10:00
parent cb8e941bb6
commit bfe0b1bb3e
2 changed files with 4 additions and 4 deletions

View File

@@ -27,9 +27,9 @@ export default function CheckboxIcon() {
"& svg": {
position: "absolute",
width: toRem(18),
height: toRem(18),
top: -1,
right: -1,
bottom: -1,
left: -1,
color: "inherit",
},

View File

@@ -27,9 +27,9 @@ export default function CheckboxIndeterminateIcon() {
"& svg": {
position: "absolute",
width: toRem(18),
height: toRem(18),
top: -1,
right: -1,
bottom: -1,
left: -1,
color: "inherit",
},