Skip to content

Commit 9083923

Browse files
authored
[UI] Match Toggle Helper Icon with Theme Color (#1573)
1 parent 9c4b01f commit 9083923

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/screens/Settings/components/OtherSettings/index.css

+1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@
66

77
.helpIcon {
88
padding-left: 5px;
9+
color: var(--accent);
910
}

src/screens/Settings/components/WineSettings/index.css

+1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@
66

77
.helpIcon {
88
padding-left: 5px;
9+
color: var(--accent);
910
}

0 commit comments

Comments
 (0)