From acd628633f50457aae37b29065bac7c7ec38e9ef Mon Sep 17 00:00:00 2001 From: TimofeyBoyko Date: Mon, 13 Dec 2021 15:50:24 +0800 Subject: [PATCH] Web:Components:GroupButtonsMenu: add support dark-theme --- packages/asc-web-components/themes/dark.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/asc-web-components/themes/dark.js b/packages/asc-web-components/themes/dark.js index 345b837d32..69a0a1ba5d 100644 --- a/packages/asc-web-components/themes/dark.js +++ b/packages/asc-web-components/themes/dark.js @@ -313,8 +313,8 @@ const Dark = { width: "20px", height: "20px", padding: "8px", - hoverBackgroundColor: cyanBlueDarkShade, - backgroundColor: grayMid, + hoverBackgroundColor: "#eeeeee", + backgroundColor: "#858585", }, },