Add a blue color to stylebase
This commit is contained in:
parent
09090e623a
commit
6bfde7dc96
@ -109,6 +109,7 @@ Item {
|
||||
property color white: "white"
|
||||
property color gray: "gray"
|
||||
property color darkGray: "darkGray"
|
||||
property color blue: "deepskyblue"
|
||||
|
||||
readonly property int fastAnimationDuration: 100
|
||||
readonly property int animationDuration: 150
|
||||
|
||||
Reference in New Issue
Block a user