Fix icons invisible on iOS
It was ONLY because of flex-direction being row by default. Switched to column, does the trick… !?%@
This commit is contained in:
@@ -67,7 +67,7 @@
|
||||
width: 8px;
|
||||
height: 8px;
|
||||
padding: 4px;
|
||||
border-radius: 100%;
|
||||
border-radius: 50%;
|
||||
opacity: 1;
|
||||
background: #ff6c89;
|
||||
will-change: transform;
|
||||
|
||||
Reference in New Issue
Block a user