Skip to content

Commit

Permalink
Fix button styling
Browse files Browse the repository at this point in the history
  • Loading branch information
milesmcc committed Jul 7, 2020
1 parent 37396cd commit 7e0584b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down

0 comments on commit 7e0584b

Please sign in to comment.