From 5c2bdfcefe8ab9217517f59927671145403ee752 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bel=C3=A9n=20Albeza?= Date: Tue, 9 Jan 2024 13:42:16 +0100 Subject: [PATCH] :bug: Fix icon color for Give Feedback in Your Account sidebar --- frontend/src/app/main/ui/settings/sidebar.scss | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/frontend/src/app/main/ui/settings/sidebar.scss b/frontend/src/app/main/ui/settings/sidebar.scss index e5e05cef4..c7593f9b2 100644 --- a/frontend/src/app/main/ui/settings/sidebar.scss +++ b/frontend/src/app/main/ui/settings/sidebar.scss @@ -49,6 +49,7 @@ display: flex; flex-shrink: 0; padding: $s-8 $s-8 $s-8 $s-24; + color: $df-secondary; a { font-weight: $fw400; @@ -59,14 +60,13 @@ } svg { - fill: $db-secondary; + fill: currentColor; margin-right: $s-8; height: $s-12; width: $s-12; } span { - color: $df-secondary; font-size: $fs-14; overflow: hidden; text-overflow: ellipsis; @@ -119,12 +119,11 @@ &.current { background-color: $db-cuaternary; + color: $da-primary; + a { font-weight: $fw400; - color: $da-primary; - } - span { - color: $da-primary; + color: currentColor; } &::before {