Skip to content

Commit 1afc373

Browse files
committed
(styles) - Adjust color icon back list event for dark theme in android device
1 parent 042df55 commit 1afc373

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

mobile/src/styles/vendors/ionic/customs/_custom-ion-buttons.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,10 @@ ion-button {
9191

9292
@media (prefers-color-scheme: dark) {
9393
--color: white;
94+
95+
ion-icon {
96+
color: white;
97+
}
9498
}
9599
}
96100

0 commit comments

Comments
 (0)