diff options
| author | Anatasof Wirapraja <anata@darapsa.co.id> | 2021-06-23 10:28:23 +0700 |
|---|---|---|
| committer | Anatasof Wirapraja <anata@darapsa.co.id> | 2021-06-23 10:28:23 +0700 |
| commit | a24e2cbf7311f041adc5a0c557e8b349ebf2862b (patch) | |
| tree | 6b43860ccf46ae363fef93b1f6dd660b687aeb14 /AccountForm.ui.qml | |
| parent | d8263f6129d3ed254219be17d1a7deba2700a62a (diff) | |
Membetulkan tombol material design
Diffstat (limited to 'AccountForm.ui.qml')
| -rw-r--r-- | AccountForm.ui.qml | 30 |
1 files changed, 13 insertions, 17 deletions
diff --git a/AccountForm.ui.qml b/AccountForm.ui.qml index 8a41e0b..49e28fb 100644 --- a/AccountForm.ui.qml +++ b/AccountForm.ui.qml @@ -44,21 +44,17 @@ Rectangle { anchors.topMargin: 16 } - Button { - id: submit - text: "Tagih" - 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 - background: Rectangle { - implicitHeight: 30 - radius: 4 - } - } + Button { + text: qsTr("Tagih") + Material.background: Material.Amber + anchors.left: parent.left + anchors.right: parent.right + anchors.bottom: parent.bottom + font.letterSpacing: 1.24 + font.capitalization: Font.MixedCase + font.family: "Roboto Mono" + anchors.rightMargin: 16 + anchors.leftMargin: 16 + anchors.bottomMargin: 16 + } } |