From f5646acc8973a1478ef24dad2c02fa9f775a2f3d Mon Sep 17 00:00:00 2001 From: kj1352 Date: Tue, 16 Jun 2020 18:22:14 +0530 Subject: [PATCH] Changed box shaddow of middle button in tabs --- src/app/tabs/tabs.component.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/tabs/tabs.component.scss b/src/app/tabs/tabs.component.scss index 8176958..b3b4eb6 100644 --- a/src/app/tabs/tabs.component.scss +++ b/src/app/tabs/tabs.component.scss @@ -54,7 +54,7 @@ border-radius: 50%; position: relative; transform: translateY(calc(-90vw / 13))scale(0.9); - box-shadow: 0px 0px 5px var(--black); + box-shadow: 0px 0px 5px var(--light-grey); .icon { fill: var(--teal-green);