mirror of
https://github.com/rowyio/rowy.git
synced 2025-12-29 00:16:39 +01:00
safari: fix checkboxes
This commit is contained in:
@@ -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",
|
||||
},
|
||||
|
||||
@@ -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",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user