summaryrefslogtreecommitdiff
path: root/Button
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-03-23 12:52:30 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-03-23 12:52:30 +0800
commitcca7100ac0582c3d25a6541c72c8d289e1e93ead (patch)
tree1dad50e1cd08bc029e0bc0b4addd94fb35d8b0a7 /Button
parent684ad4e18dd4e0e9567a63a95694e9103a6454c8 (diff)
Reorder line
Diffstat (limited to 'Button')
-rw-r--r--Button/Primary.ui.qml2
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
}