Tokens for progress spinner

pull/5756/head
Cagatay Civici 2024-05-09 22:15:24 +03:00
parent 3198acfd1a
commit 3cba7711d5
1 changed files with 8 additions and 8 deletions

View File

@ -2,18 +2,18 @@ export default {
colorScheme: { colorScheme: {
light: { light: {
root: { root: {
'color.1': '{red.500}', 'color.1': '{pink.500}',
'color.2': '{blue.500}', 'color.2': '{sky.500}',
'color.3': '{green.500}', 'color.3': '{emerald.500}',
'color.4': '{yellow.500}' 'color.4': '{amber.500}'
} }
}, },
dark: { dark: {
root: { root: {
'color.1': '{red.400}', 'color.1': '{pink.400}',
'color.2': '{blue.400}', 'color.2': '{sky.400}',
'color.3': '{green.400}', 'color.3': '{emerald.400}',
'color.4': '{yellow.400}' 'color.4': '{amber.400}'
} }
} }
} }