Deleted unused code

This commit is contained in:
nghtlinh
2025-04-27 13:51:38 -04:00
parent 9988a61ec5
commit 8d4c5d5278

View File

@@ -238,14 +238,12 @@ const getStyles = (options) =>
}
.vert {
// stroke: #00FFFF;
stroke: ${options.vertLineColor};
}
.vertText {
font-size: 15px;
text-anchor: middle;
// fill: #00FFFF;
fill: ${options.vertLineColor} !important;
}