Skip to content

Commit

Permalink
feat(segmentGroups): default to .3 fill opacity
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulHax committed Nov 11, 2024
1 parent 632e051 commit e30fdf9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/composables/useSegmentGroupConfigInitializer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ function useLayerConfigInitializerForSegmentGroups(
const viewIdVal = unref(viewId);
const layerIdVal = unref(layerId);
coloringStore.initConfig(viewIdVal, layerIdVal); // initConfig instead of resetColorPreset for layers
coloringStore.updateBlendConfig(viewIdVal, layerIdVal, {
opacity: 0.3,
});
});
}

Expand Down

0 comments on commit e30fdf9

Please sign in to comment.