MOBILE-3833 tabs: Improve customization defaults

main
Noel De Martin 2021-09-08 18:00:29 +02:00
parent 77864e9ef6
commit 13022a5888
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@
--core-bottom-tabs-background: var(--black); --core-bottom-tabs-background: var(--black);
--core-bottom-tabs-color: var(--gray-lighter); --core-bottom-tabs-color: var(--gray-lighter);
--core-bottom-tabs-color-selected: var(--brand-color); --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-color: var(--brand-color);
--core-bottom-tabs-badge-text-color: var(--brand-color-contrast); --core-bottom-tabs-badge-text-color: var(--brand-color-contrast);
--bottom-tabs-size: 56px; --bottom-tabs-size: 56px;