mirror of
https://github.com/NovaOSS/nova-betterchat.git
synced 2024-11-25 19:43:59 +01:00
style: padding
This commit is contained in:
parent
14795f5dd0
commit
832d56381b
|
@ -85,7 +85,7 @@ const GoogleSync = ({ clientId }: { clientId: string }) => {
|
||||||
return (
|
return (
|
||||||
<GoogleOAuthProvider clientId={clientId}>
|
<GoogleOAuthProvider clientId={clientId}>
|
||||||
<div
|
<div
|
||||||
className='flex py-3 px-3 items-center gap-3 rounded-md hover:bg-gray-500/10 transition-colors duration-200 text-white cursor-pointer text-sm'
|
className='flex py-2 px-2 items-center gap-3 rounded-md hover:bg-gray-500/10 transition-colors duration-200 text-white cursor-pointer text-sm'
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
setIsModalOpen(true);
|
setIsModalOpen(true);
|
||||||
}}
|
}}
|
||||||
|
|
Loading…
Reference in a new issue