diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-03-23 11:48:08 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-03-23 11:48:08 +0800 |
commit | 28a59a4223ab1fb9f7c80b5673064d0f7e196624 (patch) | |
tree | 10860fba12bea2b9e1d761ffed0f65b3b59904bb /imports | |
parent | 19addbe4f8a83b7255d8a18840baf6bf5214b420 (diff) |
Fix primary button
Fix the radius
Customise border
Add paddings from .btn
Diffstat (limited to 'imports')
-rw-r--r-- | imports/Bootstrap/Bootstrap.qml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/imports/Bootstrap/Bootstrap.qml b/imports/Bootstrap/Bootstrap.qml index a7a2951..57051ba 100644 --- a/imports/Bootstrap/Bootstrap.qml +++ b/imports/Bootstrap/Bootstrap.qml @@ -6,8 +6,11 @@ QtObject { readonly property color btnColor: "#ffffff" readonly property color btnBg: "#066ac9" + readonly property color btnBorderColor: "#066ac9" readonly property color btnActiveBg: "#0555a1" + readonly property color btnActiveBorderColor: "#055097" readonly property color btnDisabledBg: "#a6066ac9" + readonly property color btnDisabledBorderColor: "#a6066ac9" readonly property bool haveRoboto: Qt.platform.os === "android" || Qt.platform.os === "linux" |