diff options
-rw-r--r-- | imports/Bootstrap/Bootstrap.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/imports/Bootstrap/Bootstrap.qml b/imports/Bootstrap/Bootstrap.qml index 2ad1d58..827b7a2 100644 --- a/imports/Bootstrap/Bootstrap.qml +++ b/imports/Bootstrap/Bootstrap.qml @@ -17,7 +17,7 @@ QtObject { readonly property color btnBorderColor: btnBg readonly property real btnBorderRadius: 5.2 readonly property real btnLgFontSize: 16 - readonly property real btnLgBorderRadius: 5.2 + readonly property real btnLgBorderRadius: 8 readonly property color btnPrimaryBg: "#066ac9" readonly property color btnPrimaryBorderColor: btnPrimaryBg readonly property color btnPrimaryActiveBg: "#0555a1" |