fix: add spacing between wrong-password error and forgot-password link (#21594)
This commit is contained in:
parent
05d4b4b068
commit
4b2a1db12f
|
@ -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