🩹 increase the size of icons on the provider

This commit is contained in:
2025-08-26 10:49:45 +07:00
parent d82945123a
commit d679910737

View File

@ -60,7 +60,7 @@ const OAuthProviders = () => {
key={index}
className="w-full hover:bg-neutral-800"
variant="bordered"
startContent={<Icon icon={provider.icon} />}
startContent={<Icon className="w-4 h-4" icon={provider.icon} />}
onPress={() => startOauthProcess(provider.req_endpoint)}
isLoading={loadingButton}
>