From ae50c58234b90f6e4f4400f2db36aab8f2c9a83e Mon Sep 17 00:00:00 2001 From: Ronan Giron Date: Wed, 3 May 2023 14:12:37 +0200 Subject: [PATCH] Fix debug toolbar background on dark mode --- CHANGELOG.md | 4 ++++ resources/Twig/Debug/_toolbar.html.twig | 1 + 2 files changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b902776..00eace9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,10 @@ use [Keep a Changelog] (http://keepachangelog.com/). - `berlioz/http-message` v2.x compatibility +### Fixed + +- Debug toolbar background on dark mode + ## [1.2.2] - 2022-11-04 ### Fixed diff --git a/resources/Twig/Debug/_toolbar.html.twig b/resources/Twig/Debug/_toolbar.html.twig index e11edac..777478e 100644 --- a/resources/Twig/Debug/_toolbar.html.twig +++ b/resources/Twig/Debug/_toolbar.html.twig @@ -5,6 +5,7 @@ + Berlioz Debug Toolbar