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