fix: branching tooltip

This commit is contained in:
IlyaDoronin 2023-10-13 16:42:28 +03:00
parent 4199d18c49
commit aacb678249

@ -132,6 +132,19 @@ export default function ButtonsOptions({
<Tooltip
arrow
placement="right"
componentsProps={{
tooltip: {
sx: {
background: "#fff",
borderRadius: "6px",
color: "#9A9AAF",
boxShadow: "0px 8px 24px rgba(210, 208, 225, 0.4)",
"& .MuiTooltip-arrow": {
color: "#FFF",
},
},
},
}}
title={
<Box>
<Typography