diff --git a/configurator/src/components/inputs/ScaleShadowNotice.svelte b/configurator/src/components/inputs/ScaleShadowNotice.svelte new file mode 100644 index 00000000..19037e48 --- /dev/null +++ b/configurator/src/components/inputs/ScaleShadowNotice.svelte @@ -0,0 +1,56 @@ + + +{#if tokens.length} +
+ {tokens.length} + {one ? 'token holds a fixed value that overrides' : 'tokens hold fixed values that override'} + the generated {scaleLabel} scale, so the controls below + {one ? 'do not affect that step' : 'do not affect those steps'}. + Fixed values win over the scale that would generate them. +
+