From 5a9094256e18d7f1d347da90f9a986cdb1a49e5c Mon Sep 17 00:00:00 2001 From: Dixsie Wolmers Date: Tue, 21 Jul 2020 11:24:05 -0500 Subject: Update Interface colors Components affected by style guide gray pallete changes were updated from gray200 to gray100. Signed-off-by: Dixsie Wolmers Change-Id: Ib5b2cca55f2c7d1d6be49e8e64a10db6ef5e4524 --- src/components/AppNavigation/AppNavigation.vue | 2 +- src/views/Overview/OverviewQuickLinks.vue | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/components/AppNavigation/AppNavigation.vue b/src/components/AppNavigation/AppNavigation.vue index 26ae3802..51b586cd 100644 --- a/src/components/AppNavigation/AppNavigation.vue +++ b/src/components/AppNavigation/AppNavigation.vue @@ -314,7 +314,7 @@ svg { left: 0; z-index: $zindex-fixed; overflow-y: auto; - background-color: gray('200'); + background-color: gray('100'); transform: translateX(-$navigation-width); transition: transform $exit-easing--productive $duration--moderate-02; @include media-breakpoint-down(md) { diff --git a/src/views/Overview/OverviewQuickLinks.vue b/src/views/Overview/OverviewQuickLinks.vue index 8dc1c8eb..e0b4487f 100644 --- a/src/views/Overview/OverviewQuickLinks.vue +++ b/src/views/Overview/OverviewQuickLinks.vue @@ -1,5 +1,5 @@