From 1a8bcdb2babbc9d50bcfd76096f6324e93146dff Mon Sep 17 00:00:00 2001 From: Calixte Denizet Date: Fri, 2 Aug 2024 09:35:21 +0200 Subject: [PATCH] [Editor] Use the color defined for the message bar foreground --- web/dialog.css | 1 + 1 file changed, 1 insertion(+) diff --git a/web/dialog.css b/web/dialog.css index 2085d663c8a72..1d2d50b9b9b34 100644 --- a/web/dialog.css +++ b/web/dialog.css @@ -318,6 +318,7 @@ border-radius: 4px; border: 1px solid var(--message-bar-border-color); background: var(--message-bar-bg-color); + color: var(--message-bar-fg-color); > div { display: flex;