From 924777045139368be251fe2b50ae71c4dcc9e4cc Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Sun, 5 May 2024 19:21:59 +0300 Subject: [PATCH] Update knob tokens --- components/lib/themes/aura/knob/index.js | 31 ++++++------------------ 1 file changed, 8 insertions(+), 23 deletions(-) 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}' } };