mirror of
https://github.com/penpot/penpot.git
synced 2025-05-19 09:16:10 +02:00
🐛 Fix onboarding modal height
This commit is contained in:
parent
ffc65c3e31
commit
9e15a7548f
4 changed files with 49 additions and 32 deletions
|
@ -24,15 +24,15 @@
|
|||
[:div.step-number (str/ffmt "%/4" step)]]
|
||||
|
||||
children
|
||||
[:div.buttons
|
||||
[:div.step-next
|
||||
[:& fm/submit-button
|
||||
{:label (if (< step 4) (tr "questions.next") (tr "questions.start"))
|
||||
:class "step-next"}]]
|
||||
|
||||
[:div.step-next
|
||||
[:& fm/submit-button
|
||||
{:label (if (< step 4) (tr "questions.next") (tr "questions.start"))
|
||||
:class "step-next"}]]
|
||||
|
||||
(when on-prev
|
||||
[:div.step-prev
|
||||
[:button {:on-click on-prev} (tr "questions.previous")]])])
|
||||
(when on-prev
|
||||
[:div.step-prev
|
||||
[:button {:on-click on-prev} (tr "questions.previous")]])]])
|
||||
|
||||
(s/def ::questions-form-step-1
|
||||
(s/keys :req-un [::planning]))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue