Add a blue color to stylebase

This commit is contained in:
Michael Zanetti 2021-11-03 10:48:45 +01:00
parent 09090e623a
commit 6bfde7dc96

View File

@ -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