Skip to content

Commit

Permalink
fix(ui): make alerts brighter (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
drahamim authored May 26, 2023
1 parent c4eeec0 commit d76f48e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/invenflask/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
{% with messages = get_flashed_messages(with_categories=true) %}
{% if messages %}
{% for category, message in messages %}
<div class="alert alert-{{ category }}"> {{ message }} </div>
<div class="alert bg-{{ category }}"> {{ message }} </div>
{% endfor %}
{% endif %}
{% endwith %}
Expand Down

0 comments on commit d76f48e

Please sign in to comment.