Skip to content

Commit d3428e7

Browse files
committed
Background is reverted to 2.4 white for dark theme
CMK-28640 Change-Id: I6076bd94a8db1f690006c80a970be605c8f636bb
1 parent 2c2892c commit d3428e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmk/gui/view_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ def get_themed_perfometer_bg_color() -> str:
416416
if theme.get() == "modern-dark":
417417
return "#bdbdbd"
418418
# else (classic and modern theme)
419-
return "#7E8A95"
419+
return "#ffffff"
420420

421421

422422
def render_community_upgrade_button() -> None:

0 commit comments

Comments
 (0)