From 81fd62c85b9b2cfed187a747dce1842584aaf1da Mon Sep 17 00:00:00 2001 From: IlyaDoronin Date: Mon, 9 Oct 2023 10:59:23 +0300 Subject: [PATCH] fix: button styles --- src/pages/Questions/ButtonsOptions.tsx | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/pages/Questions/ButtonsOptions.tsx b/src/pages/Questions/ButtonsOptions.tsx index 2a785131..ad5505de 100644 --- a/src/pages/Questions/ButtonsOptions.tsx +++ b/src/pages/Questions/ButtonsOptions.tsx @@ -174,10 +174,13 @@ export default function ButtonsOptions({ : theme.palette.grey3.main, minWidth: isWrappMiniButtonSetting ? "30px" : "64px", height: "30px", + "&:hover": { + color: theme.palette.grey3.main, + "& path": { stroke: theme.palette.grey3.main }, + }, }} > {icon} - {isWrappMiniButtonSetting ? null : title} @@ -199,6 +202,10 @@ export default function ButtonsOptions({ : theme.palette.grey3.main, minWidth: isWrappMiniButtonSetting ? "30px" : "64px", height: "30px", + "&:hover": { + color: theme.palette.grey3.main, + "& path": { stroke: theme.palette.grey3.main }, + }, }} > {icon}