diff --git a/authui/src/authflowv2/components/widget.css b/authui/src/authflowv2/components/widget.css index 73c6c0da29..d11bc25385 100644 --- a/authui/src/authflowv2/components/widget.css +++ b/authui/src/authflowv2/components/widget.css @@ -38,7 +38,7 @@ .widget-content { @apply relative; @apply h-full w-full; - @apply px-6 pt-6 pb-10; + @apply px-6 pt-8 pb-10; @apply flex flex-col; @apply self-center; max-width: var(--widget__max-width);