diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-03-28 22:20:54 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-03-28 22:20:54 +0800 |
commit | 157cafe1007e5215816841a413fe9e5608bd97e0 (patch) | |
tree | acd5f8649b947e6e131c2999f3e7f2303ba3e903 /Button | |
parent | bef7779988f8fc0ebd3197aa750d5e71516b524b (diff) |
bs-btn-color when primary
Diffstat (limited to 'Button')
-rw-r--r-- | Button/Btn.ui.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Button/Btn.ui.qml b/Button/Btn.ui.qml index f841b54..cf5c731 100644 --- a/Button/Btn.ui.qml +++ b/Button/Btn.ui.qml @@ -10,7 +10,7 @@ Button { contentItem: Text { text: button.text font: button.font - color: Eduport.bsBtnColor + color: Eduport.bsBtnPrimaryColor horizontalAlignment: Text.AlignHCenter verticalAlignment: Text.AlignVCenter } |