From cca7100ac0582c3d25a6541c72c8d289e1e93ead Mon Sep 17 00:00:00 2001 From: ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ Date: Thu, 23 Mar 2023 12:52:30 +0800 Subject: Reorder line --- Button/Primary.ui.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Button') 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 } -- cgit v1.3