summaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
authorDixsie Wolmers <dixsie@ibm.com>2020-07-21 19:24:05 +0300
committerDerick Montague <derick.montague@ibm.com>2020-07-28 00:44:21 +0300
commit5a9094256e18d7f1d347da90f9a986cdb1a49e5c (patch)
tree6074dd11251d1f67b7dd124e20a3ac2c0a22039d /src/components
parentd7e7a16b15dd9c4753a7ee223a89081fa23b3ba8 (diff)
downloadwebui-vue-5a9094256e18d7f1d347da90f9a986cdb1a49e5c.tar.xz
Update Interface colors
Components affected by style guide gray pallete changes were updated from gray200 to gray100. Signed-off-by: Dixsie Wolmers <dixsie@ibm.com> Change-Id: Ib5b2cca55f2c7d1d6be49e8e64a10db6ef5e4524
Diffstat (limited to 'src/components')
-rw-r--r--src/components/AppNavigation/AppNavigation.vue2
1 files changed, 1 insertions, 1 deletions
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) {