From 283842720b2bb16ec29ec4534a083cafafd3ceee Mon Sep 17 00:00:00 2001 From: ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ Date: Sun, 2 Apr 2023 11:56:28 +0800 Subject: Set checkout personal info background colour --- Shop/Checkout.ui.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.3