Fix button styling

This commit is contained in:
R. Miles McCain 2020-07-07 02:44:38 +00:00
parent 37396cde63
commit 7e0584b5d2
No known key found for this signature in database
GPG Key ID: F1053629E2905557

View File

@ -5,7 +5,7 @@
{% block head_title %}{{object.name}} Session{% endblock %}
{% block service_actions %}
<a href="{% url 'dashboard:service' object.uuid %}" class="button field ~neutral w-auto">Analytics &rarr;</a>
<a href="{% url 'dashboard:service' object.uuid %}" class="button field bg-neutral-000 w-auto">Analytics &rarr;</a>
{% endblock %}
{% block service_content %}