This is an automated email from the ASF dual-hosted git repository.

andytaylor pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/artemis-console.git


The following commit(s) were added to refs/heads/main by this push:
     new cf34214  ARTEMIS-5912 - Fix Memory Used label color in dark mode
cf34214 is described below

commit cf34214d52f9bbda93d868f3aec6feab0d6be465
Author: Grzegorz Grzybek <[email protected]>
AuthorDate: Wed Feb 25 09:42:49 2026 +0100

    ARTEMIS-5912 - Fix Memory Used label color in dark mode
---
 .../artemis-extension/app/public/css/artemis.css                    | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git 
a/artemis-console-extension/artemis-extension/app/public/css/artemis.css 
b/artemis-console-extension/artemis-extension/app/public/css/artemis.css
index e872b67..0c614d9 100644
--- a/artemis-console-extension/artemis-extension/app/public/css/artemis.css
+++ b/artemis-console-extension/artemis-extension/app/public/css/artemis.css
@@ -331,4 +331,8 @@ background-color: var(--artemis-global--primary-color--300);
   /** icon inside broker diagram */
   --pf-v5-topology__node--Color: var(--artemis-global--primary-color--100);
   --pf-v5-c-page__sidebar--Width: 10em;
-}
\ No newline at end of file
+}
+
+.pf-v5-theme-dark {
+  --pf-v5-chart-donut--label--title--Fill: 
var(--artemis-diag-broker-label-text);
+}


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to