From aad433a3bc0b0cb0869a3770fd1a6ebc1f5ff996 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Thu, 5 Oct 2017 10:32:14 +0200 Subject: [PATCH] Welcome wizard UX: Use primary color for button --- .../templates/pretixcontrol/event/dashboard_widget_welcome.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pretix/control/templates/pretixcontrol/event/dashboard_widget_welcome.html b/src/pretix/control/templates/pretixcontrol/event/dashboard_widget_welcome.html index 33b860b58b..35ec47c1ad 100644 --- a/src/pretix/control/templates/pretixcontrol/event/dashboard_widget_welcome.html +++ b/src/pretix/control/templates/pretixcontrol/event/dashboard_widget_welcome.html @@ -7,6 +7,6 @@

{{ text }}

{% endif %} {% if button_text %} -

{{ button_text }}

+

{{ button_text }}

{% endif %} \ No newline at end of file