1
0
Fork 0

More contrasted toot button (#128)

This commit is contained in:
Frank Taillandier 2017-05-03 18:37:45 +02:00 committed by Nicolas Perriault
parent 1403ee12fe
commit fe1e4632b2
1 changed files with 1 additions and 1 deletions

View File

@ -273,7 +273,7 @@ draftView ({ draft, currentUser } as model) =
[ text <| toString charCount ] [ text <| toString charCount ]
, button , button
[ type_ "submit" [ type_ "submit"
, class "btn btn-primary" , class "btn btn-warning"
, disabled limitExceeded , disabled limitExceeded
] ]
[ text "Toot!" ] [ text "Toot!" ]