summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2021-06-23 11:03:18 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2021-06-23 11:03:18 +0800
commitd8263f6129d3ed254219be17d1a7deba2700a62a (patch)
tree155229eacb319f60df1764344d26bd5abb588640
parent83a007e5495b762d94d90b87333b3828c021a9f5 (diff)
Placeholder colour etc.
-rw-r--r--AccountForm.ui.qml9
1 files 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
+ }
}
}