Fix border color of reslug button

This commit is contained in:
Jeremy Stretch 2024-01-05 16:40:25 -05:00
parent c1ecd2246e
commit ba3447673e

View File

@ -17,7 +17,7 @@
{% if field|widget_type == 'slugwidget' %}
<div class="input-group">
{{ field }}
<button id="reslug" type="button" title="{% trans "Regenerate Slug" %}" class="btn btn-outline-dark border-input">
<button id="reslug" type="button" title="{% trans "Regenerate Slug" %}" class="btn">
<i class="mdi mdi-reload"></i>
</button>
</div>