From 3a1fa1fb4c4e870fa3a3bb02a1f774ecf47d5e9c Mon Sep 17 00:00:00 2001 From: Thada Wangthammang Date: Sat, 4 May 2024 11:27:13 +0700 Subject: [PATCH] fix(budget-app): spinner icon size --- .../src/app/tabs/components/SettingIconWithStatusBadge.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/budget-app/src/app/tabs/components/SettingIconWithStatusBadge.tsx b/budget-app/src/app/tabs/components/SettingIconWithStatusBadge.tsx index ef2ac91..181f70f 100644 --- a/budget-app/src/app/tabs/components/SettingIconWithStatusBadge.tsx +++ b/budget-app/src/app/tabs/components/SettingIconWithStatusBadge.tsx @@ -43,7 +43,7 @@ export interface SimpleCircularProgressProps extends CircularProgressProps { * @returns */ function SimpleCircularProgress(props: SimpleCircularProgressProps) { - const size = 20; + const size = 18; const thickness = 5; const spinnerColor = props.options?.spinnerColor ?? "blue";