Add constants for gray to style base

This commit is contained in:
Michael Zanetti 2021-08-25 22:51:03 +02:00
parent 0557f94a7c
commit 35721b468c

View File

@ -100,8 +100,10 @@ Item {
"currentPower": "deepskyblue",
}
readonly property color red: "#952727"
readonly property color white: "white"
property color red: "#952727"
property color white: "white"
property color gray: "gray"
property color darkGray: "darkGray"
readonly property int fastAnimationDuration: 100
readonly property int animationDuration: 150