Fix button styling on session page (fixes #63)

This commit is contained in:
R. Miles McCain
2020-07-31 16:32:15 +00:00
parent 8b98cf2277
commit 058601d669
2 changed files with 8 additions and 8 deletions

View File

@@ -6,7 +6,7 @@
{% block service_actions %}
<div class="mr-2">{% include 'dashboard/includes/date_range.html' %}</div>
<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 ~neutral bg-neutral-000 w-auto">Analytics &rarr;</a>
{% endblock %}
{% block service_content %}