From 9c06ddad57024d8df0a045928e60bd0a710e46ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Miko=C5=82ajczyk?= Date: Mon, 30 Sep 2024 15:44:35 +0200 Subject: [PATCH] oct-2000: top bar buttons update --- .../shared/Layout/LayoutTopBar/LayoutTopBar.module.scss | 8 ++++---- client/src/styles/utils/_colors.scss | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/client/src/components/shared/Layout/LayoutTopBar/LayoutTopBar.module.scss b/client/src/components/shared/Layout/LayoutTopBar/LayoutTopBar.module.scss index bde3c68e82..5a58ba40c9 100644 --- a/client/src/components/shared/Layout/LayoutTopBar/LayoutTopBar.module.scss +++ b/client/src/components/shared/Layout/LayoutTopBar/LayoutTopBar.module.scss @@ -129,7 +129,7 @@ position: relative; &:hover { .allocateButtonIcon path { - stroke: $color-octant-grey5; + stroke: $color-octant-grey13; } } @@ -143,7 +143,7 @@ margin-left: 0.3rem; path { - stroke: $color-octant-grey2; + stroke: $color-octant-dark; } } @@ -167,7 +167,7 @@ .settingsButton { &:hover { .settingsButtonIcon path { - stroke: $color-octant-grey5; + stroke: $color-octant-grey13; } } @@ -179,7 +179,7 @@ .settingsButtonIcon { path { - stroke: $color-octant-grey2; + stroke: $color-octant-dark; } } } diff --git a/client/src/styles/utils/_colors.scss b/client/src/styles/utils/_colors.scss index ee77d59f10..1503daab83 100644 --- a/client/src/styles/utils/_colors.scss +++ b/client/src/styles/utils/_colors.scss @@ -17,6 +17,7 @@ $color-octant-grey9: #d7d7d7; // TODO OCT-1001 Remove this color. It will become $color-octant-grey10: #323232; $color-octant-grey11: #777f78; $color-octant-grey12: #d8d8d8; +$color-octant-grey13: #6b6b6b; $color-octant-green: #2d9b87; $color-octant-green-15: rgba(45, 155, 135, 0.15); // used in the metrics chart, not documented $color-octant-green-50: rgba(45, 155, 135, 0.5); // used in the metrics chart, not documented