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 { .vert {
// stroke: #00FFFF;
stroke: ${options.vertLineColor}; stroke: ${options.vertLineColor};
} }
.vertText { .vertText {
font-size: 15px; font-size: 15px;
text-anchor: middle; text-anchor: middle;
// fill: #00FFFF;
fill: ${options.vertLineColor} !important; fill: ${options.vertLineColor} !important;
} }