diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-04-02 11:56:28 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-04-02 11:56:28 +0800 |
commit | 283842720b2bb16ec29ec4534a083cafafd3ceee (patch) | |
tree | 54e24bbf5f0bd971e54580dadb5db8b9e506d08e /Shop/Checkout.ui.qml | |
parent | 9d6f6d25c87eb89563c1b1015eba2902d9854d04 (diff) |
Set checkout personal info background colour
Diffstat (limited to 'Shop/Checkout.ui.qml')
-rw-r--r-- | Shop/Checkout.ui.qml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Shop/Checkout.ui.qml b/Shop/Checkout.ui.qml index 8b80af2..88f0ec5 100644 --- a/Shop/Checkout.ui.qml +++ b/Shop/Checkout.ui.qml @@ -60,9 +60,10 @@ Flickable { Rectangle { Layout.fillWidth: true - implicitHeight: personalInfo.height Layout.margins: 16 + implicitHeight: personalInfo.height radius: 8 + color: Eduport.bsCardBg PersonalInfo { id: personalInfo |