From 059110ae7a4092ed38c3d62b4a70d059b0545002 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Mon, 3 Jul 2023 22:01:39 +0200 Subject: [PATCH] Improved styling of a info level flash toast in darkmode --- templates/_toast.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/_toast.html.twig b/templates/_toast.html.twig index 4b850f46..983a73cb 100644 --- a/templates/_toast.html.twig +++ b/templates/_toast.html.twig @@ -5,7 +5,7 @@ {% set flash_bg = label|replace({'success': 'bg-success text-white', 'error': 'bg-danger text-white', 'warning': 'bg-warning text-white', - 'notice': 'bg-info text-white', 'info': 'bg-light'})%} + 'notice': 'bg-info text-white', 'info': 'bg-body-tertiary'})%}