🩹 increase the size of icons on the provider
This commit is contained in:
@ -60,7 +60,7 @@ const OAuthProviders = () => {
|
|||||||
key={index}
|
key={index}
|
||||||
className="w-full hover:bg-neutral-800"
|
className="w-full hover:bg-neutral-800"
|
||||||
variant="bordered"
|
variant="bordered"
|
||||||
startContent={<Icon icon={provider.icon} />}
|
startContent={<Icon className="w-4 h-4" icon={provider.icon} />}
|
||||||
onPress={() => startOauthProcess(provider.req_endpoint)}
|
onPress={() => startOauthProcess(provider.req_endpoint)}
|
||||||
isLoading={loadingButton}
|
isLoading={loadingButton}
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user