mirror of
https://github.com/NovaOSS/nova-betterchat.git
synced 2024-11-25 19:54:00 +01:00
style: padding
This commit is contained in:
parent
14795f5dd0
commit
832d56381b
|
@ -85,7 +85,7 @@ const GoogleSync = ({ clientId }: { clientId: string }) => {
|
|||
return (
|
||||
<GoogleOAuthProvider clientId={clientId}>
|
||||
<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={() => {
|
||||
setIsModalOpen(true);
|
||||
}}
|
||||
|
|
Loading…
Reference in a new issue