From d8263f6129d3ed254219be17d1a7deba2700a62a 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: Wed, 23 Jun 2021 11:03:18 +0800 Subject: Placeholder colour etc. --- AccountForm.ui.qml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/AccountForm.ui.qml b/AccountForm.ui.qml index 5e9ba01..8a41e0b 100644 --- a/AccountForm.ui.qml +++ b/AccountForm.ui.qml @@ -13,6 +13,7 @@ Rectangle { height: 56 color: "#deffffff" placeholderText: "Add Customer" + placeholderTextColor: "#99ffffff" anchors.left: parent.left anchors.right: parent.right anchors.top: parent.top @@ -30,6 +31,7 @@ Rectangle { height: 56 color: "#deffffff" placeholderText: "Add Product" + placeholderTextColor: "#99ffffff" anchors.left: parent.left anchors.right: parent.right anchors.top: addCustomer.bottom @@ -48,12 +50,15 @@ Rectangle { anchors.left: parent.left anchors.right: parent.right anchors.bottom: parent.bottom + flat: true font.capitalization: Font.MixedCase font.family: "Roboto Mono" anchors.rightMargin: 16 anchors.leftMargin: 16 anchors.bottomMargin: 16 - highlighted: true - Material.accent: Material.Grey + background: Rectangle { + implicitHeight: 30 + radius: 4 + } } } -- cgit v1.2.3