fix: onboarding action buttons width overflow
All checks were successful
Deploy / build-and-deploy (push) Successful in 1m1s

This commit is contained in:
juancwu 2026-02-10 13:17:05 +00:00
commit ca34930039

View file

@ -139,8 +139,8 @@ templ OnboardingName(errorMsg string) {
Back
}
@button.Button(button.Props{
Type: button.TypeSubmit,
FullWidth: true,
Type: button.TypeSubmit,
Class: "grow",
}) {
Continue
@icon.ArrowRight()
@ -223,8 +223,8 @@ templ OnboardingSpace(name string, errorMsg string) {
Back
}
@button.Button(button.Props{
Type: button.TypeSubmit,
FullWidth: true,
Type: button.TypeSubmit,
Class: "grow",
}) {
Create Space
}