From 6d28e7d649e9746aa23f9b53975545a9738dd447 Mon Sep 17 00:00:00 2001 From: Tristan Yang Date: Thu, 23 Feb 2023 22:18:35 +0800 Subject: [PATCH] refactor: button height --- src/common/component/GoogleLoginButton.tsx | 6 +++--- src/common/component/styled/Button.tsx | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/common/component/GoogleLoginButton.tsx b/src/common/component/GoogleLoginButton.tsx index d8cf72d5..a345f0c8 100644 --- a/src/common/component/GoogleLoginButton.tsx +++ b/src/common/component/GoogleLoginButton.tsx @@ -44,8 +44,8 @@ const GoogleLoginInner: FC = ({ type = "login", loaded, loadError }) => { }, [error]); return ( -