From 13022a588897ab3e03f79d49761332ef602e347d Mon Sep 17 00:00:00 2001 From: Noel De Martin Date: Wed, 8 Sep 2021 18:00:29 +0200 Subject: [PATCH] MOBILE-3833 tabs: Improve customization defaults --- src/theme/theme.light.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/theme/theme.light.scss b/src/theme/theme.light.scss index 9016cbe1c..5c4114512 100644 --- a/src/theme/theme.light.scss +++ b/src/theme/theme.light.scss @@ -87,7 +87,7 @@ --core-bottom-tabs-background: var(--black); --core-bottom-tabs-color: var(--gray-lighter); --core-bottom-tabs-color-selected: var(--brand-color); - --core-bottom-tabs-background-selected: var(--core-bottom-tabs-background); + --core-bottom-tabs-background-selected: transparent; --core-bottom-tabs-badge-color: var(--brand-color); --core-bottom-tabs-badge-text-color: var(--brand-color-contrast); --bottom-tabs-size: 56px;