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:
parent
0b84c37b78
commit
b1362cab4e
@ -29,7 +29,7 @@ MouseArea {
|
||||
|
||||
Color if the icon.
|
||||
*/
|
||||
property color color: Material.color(Material.Grey)
|
||||
property color color: Material.iconColor
|
||||
|
||||
|
||||
/*!
|
||||
|
@ -131,7 +131,6 @@ Item {
|
||||
target: loader_wrapperContent
|
||||
opacity: 1
|
||||
z: 1
|
||||
//source: "qrc:/qml/Create/Wizards/CreateWallpaper/CreateWallpaperResult.qml"
|
||||
}
|
||||
},
|
||||
State {
|
||||
|
@ -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()
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user