1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-11-23 11:13:00 +01:00

Fix close icon color to use Material.iconColor

This commit is contained in:
Elias Steurer 2020-08-23 18:06:58 +02:00
parent 0b84c37b78
commit b1362cab4e
3 changed files with 2 additions and 3 deletions

View File

@ -29,7 +29,7 @@ MouseArea {
Color if the icon.
*/
property color color: Material.color(Material.Grey)
property color color: Material.iconColor
/*!

View File

@ -131,7 +131,6 @@ Item {
target: loader_wrapperContent
opacity: 1
z: 1
//source: "qrc:/qml/Create/Wizards/CreateWallpaper/CreateWallpaperResult.qml"
}
},
State {

View File

@ -238,7 +238,7 @@ Popup {
icon.width: 16
icon.height: 16
icon.source: "qrc:/assets/icons/font-awsome/close.svg"
icon.color: "gray"
icon.color: Material.iconColor
onClicked: monitors.close()
}