Skip to content

Commit

Permalink
Change the color of the add a member button.
Browse files Browse the repository at this point in the history
  • Loading branch information
almet committed Oct 20, 2019
1 parent dabb321 commit e30d863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ihatemoney/templates/forms.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
<label class="sr-only" for="name">_("Add participant")</label>
{{ form.name(placeholder=_("Add participant"), class="form-control") }}
<div class="input-group-append">
<button class="btn btn-outline-secondary input-group-addon" type="submit">{{ _("Add") }}</button>
<button class="btn btn-secondary input-group-addon" type="submit">{{ _("Add") }}</button>
</div>
</div>
{% endmacro %}
Expand Down

0 comments on commit e30d863

Please sign in to comment.