From 65d9986ec187b0e9ab6a2abddbccbac28c8b1aa0 Mon Sep 17 00:00:00 2001 From: ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ Date: Thu, 23 Mar 2023 13:16:20 +0800 Subject: Fix btn-lg border radius --- imports/Bootstrap/Bootstrap.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'imports') 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" -- cgit v1.3