🐛 Fix color of email input when inviting members to team

This commit is contained in:
Belén Albeza 2024-02-06 15:01:38 +01:00 committed by Andrey Antukh
parent 79130b4da9
commit d737b9501b
2 changed files with 5 additions and 0 deletions

View file

@ -178,6 +178,7 @@
[:div {:class (stl/css :invitation-row)}
[:& fm/multi-input {:type "email"
:class (stl/css :email-input)
:name :emails
:auto-focus? true
:trim true