Fix HMenuItem icon colors

This commit is contained in:
miruka 2020-03-15 17:52:31 -04:00
parent cada86a05f
commit bbc4a9bb17
2 changed files with 4 additions and 1 deletions

View File

@ -2,7 +2,8 @@
## Before release ## Before release
- Check import function (index tuple error) - overlay
- Bundle fonts
- Write a real README.md - Write a real README.md
## Refactoring ## Refactoring

View File

@ -12,6 +12,8 @@ MenuItem {
bottomPadding: topPadding bottomPadding: topPadding
height: visible ? implicitHeight : 0 height: visible ? implicitHeight : 0
icon.color: theme.icons.colorize
background: HButtonBackground { background: HButtonBackground {
button: menuItem button: menuItem
buttonTheme: theme.controls.menuItem buttonTheme: theme.controls.menuItem