fix: add spacing between wrong-password error and forgot-password link
This commit is contained in:
parent
58476a43da
commit
a1425c9d2b
|
@ -3,6 +3,7 @@
|
|||
(def error-message
|
||||
{:margin-top 8
|
||||
:flex-direction :row
|
||||
:gap 4
|
||||
:align-items :center})
|
||||
|
||||
(def auth-button
|
||||
|
|
Loading…
Reference in New Issue