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'})%}