fix: button styles
This commit is contained in:
parent
6019d8e019
commit
81fd62c85b
@ -174,10 +174,13 @@ export default function ButtonsOptions({
|
|||||||
: theme.palette.grey3.main,
|
: theme.palette.grey3.main,
|
||||||
minWidth: isWrappMiniButtonSetting ? "30px" : "64px",
|
minWidth: isWrappMiniButtonSetting ? "30px" : "64px",
|
||||||
height: "30px",
|
height: "30px",
|
||||||
|
"&:hover": {
|
||||||
|
color: theme.palette.grey3.main,
|
||||||
|
"& path": { stroke: theme.palette.grey3.main },
|
||||||
|
},
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
{icon}
|
{icon}
|
||||||
|
|
||||||
{isWrappMiniButtonSetting ? null : title}
|
{isWrappMiniButtonSetting ? null : title}
|
||||||
</MiniButtonSetting>
|
</MiniButtonSetting>
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
@ -199,6 +202,10 @@ export default function ButtonsOptions({
|
|||||||
: theme.palette.grey3.main,
|
: theme.palette.grey3.main,
|
||||||
minWidth: isWrappMiniButtonSetting ? "30px" : "64px",
|
minWidth: isWrappMiniButtonSetting ? "30px" : "64px",
|
||||||
height: "30px",
|
height: "30px",
|
||||||
|
"&:hover": {
|
||||||
|
color: theme.palette.grey3.main,
|
||||||
|
"& path": { stroke: theme.palette.grey3.main },
|
||||||
|
},
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
{icon}
|
{icon}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user