From c6df3130878735705cab63af9433b448ac40c0c3 Mon Sep 17 00:00:00 2001 From: SimplestStudio Date: Wed, 18 Sep 2024 15:37:32 +0300 Subject: [PATCH] [win-linux] fix bug 70316 --- win-linux/res/styles/theme-gray.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win-linux/res/styles/theme-gray.json b/win-linux/res/styles/theme-gray.json index 7f219d550..8b91688c1 100644 --- a/win-linux/res/styles/theme-gray.json +++ b/win-linux/res/styles/theme-gray.json @@ -16,7 +16,7 @@ "tool-button-background": "#d9d9d9", "tool-button-hover-background": "#e6e6e6", "tool-button-pressed-background": "#b7b7b7", - "tool-button-active-background": "#f7f7f7", + "tool-button-active-background": "#fff", "download-widget-background": "#fff", "download-widget-border": "#cbcbcb",