diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-04-02 13:45:16 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-04-02 13:45:16 +0800 |
commit | fc100ff4832d4e8e8765201176eb0d5c4fedea97 (patch) | |
tree | b1ed58472472f9051a44e56dcbe8aa1a111a06f1 /Shop/Checkout.ui.qml | |
parent | 680f327d67558f97505cd0c0f9c95765f143d763 (diff) |
Fix most of remaining checkout colours
Diffstat (limited to 'Shop/Checkout.ui.qml')
-rw-r--r-- | Shop/Checkout.ui.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Shop/Checkout.ui.qml b/Shop/Checkout.ui.qml index aaef97c..84e225c 100644 --- a/Shop/Checkout.ui.qml +++ b/Shop/Checkout.ui.qml @@ -83,6 +83,7 @@ Flickable { implicitHeight: orderSummary.height Layout.margins: 16 radius: 8 + color: Eduport.bsCardBg OrderSummary { id: orderSummary |