From b2972fec3e5952ac4077f403fcc112dac29832aa Mon Sep 17 00:00:00 2001 From: Ryan Prather Date: Fri, 3 Jan 2025 15:35:41 +0000 Subject: [PATCH] update to use actual gradient fill color for flash messages --- templates/internal/libs/top-nav.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/internal/libs/top-nav.html.twig b/templates/internal/libs/top-nav.html.twig index f29ca7e..5774e22 100644 --- a/templates/internal/libs/top-nav.html.twig +++ b/templates/internal/libs/top-nav.html.twig @@ -6,7 +6,7 @@
{% for label, messages in app.flashes %} {% for message in messages %} -
+
{{ message }}
{% endfor %}