From 56476c7dd99d5354189dd18a1a668228ff724028 Mon Sep 17 00:00:00 2001 From: ValdiANS Date: Sat, 4 Oct 2025 12:14:47 +0700 Subject: [PATCH] chore(FE-40): adjust loading dots size --- src/components/Button.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Button.tsx b/src/components/Button.tsx index a74a7e4f..c67a29c2 100644 --- a/src/components/Button.tsx +++ b/src/components/Button.tsx @@ -61,7 +61,7 @@ const Button = ({ )} > {!isLoading && children} - {isLoading && } + {isLoading && } )} @@ -76,7 +76,7 @@ const Button = ({ )} > {!isLoading && children} - {isLoading && } + {isLoading && } )}