This commit is contained in:
Lea Verou
2025-03-24 13:14:52 -04:00
parent eaa2427cec
commit e12f3fdc21
2 changed files with 2 additions and 2 deletions

View File

@@ -162,7 +162,7 @@
coord="c"
:default-color="baseMaxChromaColor"
:default-value="baseMaxChroma"
:min="MAX_CHROMA_BOUNDS.min" :max="MAX_CHROMA_BOUNDS.max" :step="0.01"
:min="MAX_CHROMA_BOUNDS.min" :max="MAX_CHROMA_BOUNDS.max" :step="0.001"
label="Overall colorfulness" label-min="More muted" label-max="More vibrant"
></color-slider>

View File

@@ -56,7 +56,7 @@ export default {
maxRelative: Number,
step: {
type: Number,
default: 1,
default: 0.001,
},
type: {