refine group frame color (#472)

This commit is contained in:
Mario
2024-03-30 10:13:29 +01:00
committed by GitHub
parent f463804087
commit bd32642b5c
2 changed files with 2 additions and 2 deletions
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -301,7 +301,7 @@ const coordSaveCheckbox = document.querySelector('#id_save_coords')
let groupedNodeLocations = combineNodeInfo('location_id', 'location');
let locationRectParams = {
lineWidth: "5",
color: "yellow",
color: "#337ab7",
paddingX: 77,
paddingY: 77,
textPaddingX: 12,