updated styles

This commit is contained in:
saurabhg772244 2024-09-11 17:12:56 +05:30
parent 4754ed01ab
commit 01bf7af360

View File

@ -165,10 +165,17 @@ const getStyles = (options: FlowChartStyleOptions) =>
}
.icon-shape {
background-color: ${options.edgeLabelBackground};
p {
background-color: ${options.edgeLabelBackground};
padding: 2px;
}
rect {
opacity: 0.5;
background-color: ${options.edgeLabelBackground};
fill: ${options.edgeLabelBackground};
}
text-align: center;
}
`;