Skip to content

Commit 2f14ce0

Browse files
committed
fix
1 parent 895fb86 commit 2f14ce0

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/components/settingsPage.scss

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ wc-page.main-settings-page {
3434
font-size: 0.84rem;
3535
font-weight: 600;
3636
line-height: 1.3;
37-
color: var(--popup-text-color);
38-
color: color-mix(in srgb, var(--popup-text-color), transparent 22%);
37+
color: color-mix(in srgb, var(--active-color), transparent 18%);
3938
}
4039

4140
.settings-section-card {
@@ -193,8 +192,7 @@ wc-page.detail-settings-page {
193192
font-size: 0.84rem;
194193
font-weight: 600;
195194
line-height: 1.3;
196-
color: var(--popup-text-color);
197-
color: color-mix(in srgb, var(--popup-text-color), transparent 22%);
195+
color: color-mix(in srgb, var(--active-color), transparent 18%);
198196
}
199197

200198
.settings-section-card {

0 commit comments

Comments
 (0)