From 7d536e6cdbfb56261c0bbb410f4ea372c08dda54 Mon Sep 17 00:00:00 2001 From: Shahbaz Shabbir <32649010+shahbaz-arbisoft@users.noreply.github.com> Date: Fri, 2 Dec 2022 11:21:21 +0500 Subject: [PATCH] fix: update missing accent-a-light color (#688) --- src/sass/_base_component.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/sass/_base_component.scss b/src/sass/_base_component.scss index 28522cd7..fe4b2061 100644 --- a/src/sass/_base_component.scss +++ b/src/sass/_base_component.scss @@ -1,4 +1,3 @@ -$accent-a-light: #c9f2f5; .layout { display: flex; @@ -140,7 +139,7 @@ $accent-a-light: #c9f2f5; $primary-700 55%, $accent-a 55%, $accent-a 75%, - $accent-a-light 75%, + $info-200 75%, ); background-repeat: no-repeat; }