From 8aaf51b742cbe63534547f8cd1beaec85f116d2f Mon Sep 17 00:00:00 2001 From: Kristof Csillag Date: Wed, 9 Oct 2024 16:06:23 +0200 Subject: [PATCH] Fix button text alignment --- frontend/src/components/Button/index.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/Button/index.tsx b/frontend/src/components/Button/index.tsx index 77b415af..edf9ddf2 100644 --- a/frontend/src/components/Button/index.tsx +++ b/frontend/src/components/Button/index.tsx @@ -63,8 +63,10 @@ export const Button: FC = ({ disabled={disabled || pending} type={type} > - {children} - {pending && } + )