Skip to content

Commit 4a8e2c4

Browse files
committed
feat(segmentGroups): default to .3 fill opacity
1 parent 549e874 commit 4a8e2c4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/composables/useSegmentGroupConfigInitializer.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ function useLayerConfigInitializerForSegmentGroups(
1818
const viewIdVal = unref(viewId);
1919
const layerIdVal = unref(layerId);
2020
coloringStore.initConfig(viewIdVal, layerIdVal); // initConfig instead of resetColorPreset for layers
21+
coloringStore.updateBlendConfig(viewIdVal, layerIdVal, {
22+
opacity: 0.3,
23+
});
2124
});
2225
}
2326

0 commit comments

Comments
 (0)