refactor(tab-bar): update activated styles (#29645)

This commit is contained in:
Maria Hutt
2024-06-25 12:38:34 -07:00
committed by GitHub
parent 0ebc71d318
commit 2e1ccf8a42
7 changed files with 1 additions and 2 deletions

View File

@ -7,8 +7,7 @@
$tabbar-ionic-background: var(--ion-tab-bar-background, globals.$ionic-color-base-white);
/// @prop - Background color of the tab bar button when activated
// TODO(FW-6186): use design token here when it is added
$tabbar-ionic-background-activated: var(--ion-tab-bar-background-activated, #ececec);
$tabbar-ionic-background-activated: var(--ion-tab-bar-background-activated, globals.$ionic-color-neutral-100);
/// @prop - Background color of the tab bar button when focused
$tabbar-ionic-background-focused: var(--ion-tab-bar-background-focused, transparent);

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.9 KiB

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.9 KiB

After

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB