mirror of
https://github.com/penpot/penpot.git
synced 2025-06-01 10:01:41 +02:00
💄 Modify label in input
This commit is contained in:
parent
5336db4456
commit
10e0a662e4
2 changed files with 6 additions and 18 deletions
|
@ -72,10 +72,9 @@
|
|||
[:p.info (tr "onboarding.choice.team-up.create-team-desc")]
|
||||
[:& fm/form {:form form
|
||||
:on-submit on-submit}
|
||||
[:div.input-wrapper
|
||||
[:label (tr "onboarding.choice.team-up.create-team-placeholder")]
|
||||
[:& fm/input {:type "text"
|
||||
:name :name}]]
|
||||
[:& fm/input {:type "text"
|
||||
:name :name
|
||||
:label (tr "onboarding.choice.team-up.create-team-placeholder")}]
|
||||
|
||||
[:& fm/submit-button
|
||||
{:label (tr "labels.continue")}]]
|
||||
|
@ -159,7 +158,7 @@
|
|||
:on-submit on-submit}
|
||||
[:div.invite-row
|
||||
[:div.role-wrapper
|
||||
[:span.label (tr "onboarding.choice.team-up.roles")]
|
||||
[:span.rol (tr "onboarding.choice.team-up.roles")]
|
||||
[:& fm/select {:name :role :options roles}]]
|
||||
|
||||
[:& fm/multi-input {:type "email"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue