We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54f36af commit cdeaca4Copy full SHA for cdeaca4
1 file changed
apps/web/modules/auth/login-view.tsx
@@ -218,7 +218,7 @@ export default function Login({
218
<div className="flex flex-col gap-2">
219
{isGoogleLoginEnabled && (
220
<Button
221
- className="w-full"
+ className="w-full py-1"
222
disabled={formState.isSubmitting}
223
data-testid="google"
224
onClick={async (e) => {
@@ -236,7 +236,7 @@ export default function Login({
236
{isOutlookLoginEnabled && (
237
238
variant="outline"
239
240
data-testid="microsoft"
241
242
e.preventDefault();
0 commit comments