Skip to content

Commit 638c9e2

Browse files
committed
chore(*): Fix active-item-color to icon-selected-color of bottom nav theme
1 parent 56cfc8a commit 638c9e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/layouts/tabbar/tabbar-style/tabbar-style.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ igx-bottom-nav-content {
2424

2525
$dark-bottom-nav: bottom-nav-theme(
2626
$background: #292826,
27-
$active-item-color: #F4D45C
27+
$icon-selected-color: #F4D45C
2828
);
2929

3030
// :host {

0 commit comments

Comments
 (0)