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
- Check import function (index tuple error)
- overlay
- Bundle fonts
- Write a real README.md
## Refactoring

View File

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