chore: Make aggregation arrow transparent

This commit is contained in:
Sidharth Vinod
2023-08-29 23:35:21 +05:30
parent 58cb827839
commit f30a23f41e

View File

@@ -121,13 +121,13 @@ g.classGroup line {
} }
#aggregationStart, .aggregation { #aggregationStart, .aggregation {
fill: ${options.mainBkg} !important; fill: transparent !important;
stroke: ${options.lineColor} !important; stroke: ${options.lineColor} !important;
stroke-width: 1; stroke-width: 1;
} }
#aggregationEnd, .aggregation { #aggregationEnd, .aggregation {
fill: ${options.mainBkg} !important; fill: transparent !important;
stroke: ${options.lineColor} !important; stroke: ${options.lineColor} !important;
stroke-width: 1; stroke-width: 1;
} }