From a53003c2a88308ca9ade510eaa29a1b3508417ab Mon Sep 17 00:00:00 2001 From: Maxime Steinhausser Date: Mon, 5 Dec 2022 09:52:42 +0100 Subject: [PATCH] [WebProfilerBundle] Use same color as other icons for the close toolbar btn --- .../WebProfilerBundle/Resources/views/Profiler/toolbar.css.twig | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar.css.twig b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar.css.twig index 94e00936f89af..d1d4f0f426ed2 100644 --- a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar.css.twig +++ b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar.css.twig @@ -125,6 +125,7 @@ .sf-toolbarreset .hide-button { background: var(--sf-toolbar-gray-800); + color: var(--sf-toolbar-gray-300); display: block; position: absolute; top: 2px;