From b2786325819c69bc90ea7b836655821186b37059 Mon Sep 17 00:00:00 2001 From: Fredrik Burmester Date: Sun, 5 Jan 2025 11:55:29 +0100 Subject: [PATCH] fix: height on loading button --- components/Button.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/components/Button.tsx b/components/Button.tsx index 1a73ad01..fb685f4c 100644 --- a/components/Button.tsx +++ b/components/Button.tsx @@ -61,7 +61,9 @@ export const Button: React.FC> = ({ {...props} > {loading ? ( - + + + ) : (