diff --git a/configurator/src/components/inputs/ClampField.svelte b/configurator/src/components/inputs/ClampField.svelte index a1d88bd6..09904b07 100644 --- a/configurator/src/components/inputs/ClampField.svelte +++ b/configurator/src/components/inputs/ClampField.svelte @@ -6,8 +6,14 @@ * band, a live clamp readout, an optional min→max preview, and optional * modular-scale ratio preset chips folded into the same card. */ + import { themeState } from '../../lib/theme.svelte'; + type RatioPreset = { label: string; value: number }; + //