From d67991073754fe380d1dd82fe14161d4584bdbe6 Mon Sep 17 00:00:00 2001 From: Rafi Arrafif Date: Tue, 26 Aug 2025 10:49:45 +0700 Subject: [PATCH] :adhesive_bandage: increase the size of icons on the provider --- features/auth/ui/OAuthProviders.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/auth/ui/OAuthProviders.tsx b/features/auth/ui/OAuthProviders.tsx index e804d78..92d0dee 100644 --- a/features/auth/ui/OAuthProviders.tsx +++ b/features/auth/ui/OAuthProviders.tsx @@ -60,7 +60,7 @@ const OAuthProviders = () => { key={index} className="w-full hover:bg-neutral-800" variant="bordered" - startContent={} + startContent={} onPress={() => startOauthProcess(provider.req_endpoint)} isLoading={loadingButton} >