diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-04-02 12:28:23 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-04-02 12:28:23 +0800 |
commit | b70b1a6dfef5a52df82ab79bce2d2b570951a755 (patch) | |
tree | a496d7c5c896dab8eacbd9f44b5568c2b9c532fe | |
parent | d69434998b2c73fa82d779ec08b585239d474ed5 (diff) |
bsAccordionBg and its use
-rw-r--r-- | Shop/Checkout/PersonalInfo.ui.qml | 2 | ||||
-rw-r--r-- | imports/Eduport/Eduport.qml | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/Shop/Checkout/PersonalInfo.ui.qml b/Shop/Checkout/PersonalInfo.ui.qml index 77b4698..a529ea1 100644 --- a/Shop/Checkout/PersonalInfo.ui.qml +++ b/Shop/Checkout/PersonalInfo.ui.qml @@ -226,6 +226,7 @@ ColumnLayout { border.width: 1 radius: 8 border.color: "#4d000000" + color: Eduport.bsAccordionBg ColumnLayout { id: paymentCard @@ -249,6 +250,7 @@ ColumnLayout { border.width: 1 radius: 8 border.color: "#4d000000" + color: Eduport.bsAccordionBg ColumnLayout { id: paymentNetBanking diff --git a/imports/Eduport/Eduport.qml b/imports/Eduport/Eduport.qml index 0077b7a..ab18b33 100644 --- a/imports/Eduport/Eduport.qml +++ b/imports/Eduport/Eduport.qml @@ -40,6 +40,8 @@ QtObject { weight: Font.Normal }) + property color bsAccordionBg: bsBodyBg + readonly property real bsBadgeFontSize: 13.6 property color bsBodyColor: mode ? "#a1a1a8" : "#747579" |