fix: branching tooltip
This commit is contained in:
parent
4199d18c49
commit
aacb678249
@ -132,6 +132,19 @@ export default function ButtonsOptions({
|
|||||||
<Tooltip
|
<Tooltip
|
||||||
arrow
|
arrow
|
||||||
placement="right"
|
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={
|
title={
|
||||||
<Box>
|
<Box>
|
||||||
<Typography
|
<Typography
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user