diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2022-09-27 13:19:53 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2022-09-27 13:19:53 +0800 |
commit | 0cb244c855c7711899b3321963307410d948e393 (patch) | |
tree | 83c030653ce07f415472b170ee8ac8f27da52bf7 /GridCardItem.ui.qml | |
parent | fadecb689ccfe1644aa7fbbae328a519ca465df5 (diff) |
Add Color suffix to the colour ro props
Diffstat (limited to 'GridCardItem.ui.qml')
-rw-r--r-- | GridCardItem.ui.qml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/GridCardItem.ui.qml b/GridCardItem.ui.qml index bf46bb0..ea40a46 100644 --- a/GridCardItem.ui.qml +++ b/GridCardItem.ui.qml @@ -4,12 +4,12 @@ import QtGraphicalEffects 1.15 Item { property string imageSource: "Darapsa.svg" - readonly property color allLevels: "#ff6f42c1" - readonly property color beginner: "#ff0cbc87" - readonly property color intermediate: "#ff17a2b8" - readonly property color allLevelsBackground: "#1a6f42c1" - readonly property color beginnerBackground: "#1a0cbc87" - readonly property color intermediateBackground: "#1a17a2b8" + readonly property color allLevelsColor: "#ff6f42c1" + readonly property color beginnerColor: "#ff0cbc87" + readonly property color intermediateColor: "#ff17a2b8" + readonly property color allLevelsBackgroundColor: "#1a6f42c1" + readonly property color beginnerBackgroundColor: "#1a0cbc87" + readonly property color intermediateBackgroundColor: "#1a17a2b8" property string badgeText: "Beginner" property color badgeColor: "#ff0cbc87" property color badgeBackgroundColor: "#1a0cbc87" |