From 0cb244c855c7711899b3321963307410d948e393 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=EA=A6=AB=EA=A6=B6=EA=A6=8F=EA=A7=80=EA=A6=A6?= =?UTF-8?q?=EA=A6=BF=EA=A6=A7=EA=A6=AE=EA=A6=91=EA=A6=A9=EA=A6=AD=EA=A7=80?= Date: Tue, 27 Sep 2022 13:19:53 +0800 Subject: Add Color suffix to the colour ro props --- GridCardItem.ui.qml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'GridCardItem.ui.qml') 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" -- cgit v1.2.3