fix: add spacing between wrong-password error and forgot-password link

This commit is contained in:
Sean Hagstrom 2024-11-06 10:34:39 -08:00
parent 58476a43da
commit a1425c9d2b
No known key found for this signature in database
GPG Key ID: 5257FEDF56307320
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
(def error-message
{:margin-top 8
:flex-direction :row
:gap 4
:align-items :center})
(def auth-button