diff options
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 } |