From 0246438fa6e7b6733db4c36304202e2c96fafb05 Mon Sep 17 00:00:00 2001 From: fatadel Date: Wed, 18 Feb 2026 13:59:15 +0100 Subject: [PATCH] fix foreground color of the button on error page --- res/css/photon/message-bar.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/css/photon/message-bar.css b/res/css/photon/message-bar.css index 33ca882640..74fb903a59 100644 --- a/res/css/photon/message-bar.css +++ b/res/css/photon/message-bar.css @@ -142,7 +142,7 @@ .photon-message-bar-error .photon-message-bar-action-button, .photon-message-bar-error .photon-message-bar-close-button:hover { background-color: var(--internal-error-action-background-color); - color: var(photon-message-bar-error-action-foreground-color); + color: var(--internal-error-action-foreground-color); } .photon-message-bar-warning .photon-message-bar-action-button,