From 1576e33564865bbfcdde62b16304ee111623bc0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bel=C3=A9n=20Albeza?= Date: Thu, 4 Jan 2024 17:09:03 +0100 Subject: [PATCH] :bug: Fix color of titles in the swap panel --- .../sidebar/options/menus/component.scss | 26 ++++++++++++------- 1 file changed, 16 insertions(+), 10 deletions(-) diff --git a/frontend/src/app/main/ui/workspace/sidebar/options/menus/component.scss b/frontend/src/app/main/ui/workspace/sidebar/options/menus/component.scss index a98ec453a..0171600c9 100644 --- a/frontend/src/app/main/ui/workspace/sidebar/options/menus/component.scss +++ b/frontend/src/app/main/ui/workspace/sidebar/options/menus/component.scss @@ -96,11 +96,7 @@ } .component-swap { - .element-set-title { - @include titleTipography; - text-transform: uppercase; - margin: $s-16 $s-4 0 $s-12; - } + svg { stroke: var(--icon-foreground); @@ -179,11 +175,7 @@ padding-left: $s-20; } - .library-name { - @include titleTipography; - @include textEllipsis; - margin: $s-20 $s-4 0 $s-12; - } + .listing-options-wrapper { width: 100%; @@ -383,3 +375,17 @@ } } } + +.library-name { + @include titleTipography; + @include textEllipsis; + margin: $s-20 $s-4 0 $s-12; + color: var(--title-foreground-color); +} + +.element-set-title { + @include titleTipography; + text-transform: uppercase; + margin: $s-16 $s-4 0 $s-12; + color: var(--title-foreground-color); +} \ No newline at end of file