make the close team button less appealing

disable-taffy
Thibault Duplessis 2021-01-15 08:47:31 +01:00
parent be72882f59
commit 2d6a98d32e
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ object form {
t.enabled option postForm(cls := "inline", action := routes.Team.disable(t.id))(
submitButton(
dataIcon := "j",
cls := "submit button text confirm button-red",
cls := "submit button text confirm button-empty button-red",
st.title := trans.team.closeTeamDescription.txt() // can actually be reverted
)(closeTeam())
),