Skip to content

Commit

Permalink
fix(menu): icon color should use text-hint-color (#1614)
Browse files Browse the repository at this point in the history
  • Loading branch information
nnixaa authored Jun 20, 2019
1 parent a1c5e0c commit dad01b2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@
width: 1em;
text-align: center;
}

.expand-state {
color: nb-theme(menu-item-icon-color);
}
}

$divider: nb-theme(menu-item-divider-width) nb-theme(menu-item-divider-style) nb-theme(menu-item-divider-color);
Expand Down
4 changes: 2 additions & 2 deletions src/framework/theme/styles/themes/_mapping.scss
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@ $eva-mapping: (
menu-item-active-text-color: text-primary-color,
menu-item-icon-active-color: menu-item-active-text-color,

menu-item-icon-color: menu-text-color,
menu-item-icon-margin: 0 0.25rem 0 0,
menu-item-icon-color: text-hint-color,
menu-item-icon-margin: 0 0.5rem 0 0,
menu-item-icon-width: 1.5rem,

menu-item-divider-color: divider-color,
Expand Down

0 comments on commit dad01b2

Please sign in to comment.