diff --git a/components/lib/themes/aura/knob/index.js b/components/lib/themes/aura/knob/index.js index bad4577f3..6223509de 100644 --- a/components/lib/themes/aura/knob/index.js +++ b/components/lib/themes/aura/knob/index.js @@ -1,26 +1,11 @@ export default { - colorScheme: { - light: { - value: { - background: '{primary.color}' - }, - range: { - background: '{surface.200}' - }, - text: { - color: '{surface.500}' - } - }, - dark: { - value: { - background: '{primary.color}' - }, - range: { - background: '{surface.700}' - }, - text: { - color: '{surface.400}' - } - } + value: { + background: '{primary.color}' + }, + range: { + background: '{content.border.color}' + }, + text: { + color: '{text.muted.color}' } };