Skip to content

Commit bbcb81b

Browse files
committed
fix theme switch color on iOS
1 parent ff7b17f commit bbcb81b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

assets/css/2-components/15-theme-switch.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
.theme-button--dark {
77
display: inline-flex;
8-
background-color: hsl(226 232 240);
8+
background-color: rgb(226 232 240);
99
}
1010

1111
@media (prefers-color-scheme: light) {

0 commit comments

Comments
 (0)