diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-03-23 12:52:30 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-03-23 12:52:30 +0800 |
commit | cca7100ac0582c3d25a6541c72c8d289e1e93ead (patch) | |
tree | 1dad50e1cd08bc029e0bc0b4addd94fb35d8b0a7 /Button | |
parent | 684ad4e18dd4e0e9567a63a95694e9103a6454c8 (diff) |
Reorder line
Diffstat (limited to 'Button')
-rw-r--r-- | Button/Primary.ui.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Button/Primary.ui.qml b/Button/Primary.ui.qml index dec0148..7c76e4a 100644 --- a/Button/Primary.ui.qml +++ b/Button/Primary.ui.qml @@ -10,12 +10,12 @@ Btn { ? Bootstrap.btnPrimaryBg : Bootstrap.btnPrimaryDisabledBg border { + width: Bootstrap.btnBorderWidth color: button.down ? Bootstrap.btnPrimaryActiveBorderColor : button.enabled ? Bootstrap.btnPrimaryBorderColor : Bootstrap.btnPrimaryDisabledBorderColor - width: Bootstrap.btnBorderWidth } radius: Bootstrap.btnBorderRadius } |