Welcome wizard UX: Use primary color for button

This commit is contained in:
Raphael Michel
2017-10-05 10:32:14 +02:00
parent 3f1bb56826
commit aad433a3bc

View File

@@ -7,6 +7,6 @@
<p>{{ text }}</p>
{% endif %}
{% if button_text %}
<p><a href="{{ button_url }}" class="btn btn-default btn-lg">{{ button_text }}</a></p>
<p><a href="{{ button_url }}" class="btn btn-primary btn-lg">{{ button_text }}</a></p>
{% endif %}
</div>