Fixes contrast on danger buttons
This commit is contained in:
parent
7042e59402
commit
0f4df08769
7 changed files with 7 additions and 7 deletions
|
@ -8,6 +8,6 @@
|
|||
<form action="/delete_follow_request/" method="POST">
|
||||
{% csrf_token %}
|
||||
<input type="hidden" name="user" value="{{ user.username }}">
|
||||
<button class="button is-danger is-small" type="submit" class="warning">Delete</button>
|
||||
<button class="button is-danger is-light is-small" type="submit" class="warning">Delete</button>
|
||||
</form>
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue