diff --git a/src/View/Draft.elm b/src/View/Draft.elm index 4b5ea1a..56bf246 100644 --- a/src/View/Draft.elm +++ b/src/View/Draft.elm @@ -273,7 +273,7 @@ draftView ({ draft, currentUser } as model) = [ text <| toString charCount ] , button [ type_ "submit" - , class "btn btn-primary" + , class "btn btn-warning" , disabled limitExceeded ] [ text "Toot!" ]