Skip to content

Commit f38f1ed

Browse files
Change widget padding top to 32px
ref DEV-1428
2 parents 8036abf + 146f71c commit f38f1ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

authui/src/authflowv2/components/widget.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
.widget-content {
3939
@apply relative;
4040
@apply h-full w-full;
41-
@apply px-6 pt-6 pb-10;
41+
@apply px-6 pt-8 pb-10;
4242
@apply flex flex-col;
4343
@apply self-center;
4444
max-width: var(--widget__max-width);

0 commit comments

Comments
 (0)