From 65d9986ec187b0e9ab6a2abddbccbac28c8b1aa0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=EA=A6=AB=EA=A6=B6=EA=A6=8F=EA=A7=80=EA=A6=A6?= =?UTF-8?q?=EA=A6=BF=EA=A6=A7=EA=A6=AE=EA=A6=91=EA=A6=A9=EA=A6=AD=EA=A7=80?= 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.2.3