style: padding

This commit is contained in:
Jing Hua 2023-04-22 19:49:25 +08:00
parent 14795f5dd0
commit 832d56381b

View file

@ -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);
}} }}