diff --git a/backend/internal/web/ui/auth.css b/backend/internal/web/ui/auth.css index dad3634..0c843a0 100644 --- a/backend/internal/web/ui/auth.css +++ b/backend/internal/web/ui/auth.css @@ -294,6 +294,12 @@ width: 20px; } +.gsi-material-button .gsi-material-button-icon svg { + display: block; + height: 100%; + width: 100%; +} + .gsi-material-button .gsi-material-button-content-wrapper { align-items: center; display: flex; diff --git a/backend/templates/auth_layout.templ b/backend/templates/auth_layout.templ index 6a7103e..caed3e2 100644 --- a/backend/templates/auth_layout.templ +++ b/backend/templates/auth_layout.templ @@ -19,6 +19,9 @@ templ AuthLayout(title string, csrfToken string) {