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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components') 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) { -- cgit v1.2.3