export default { colorScheme: { light: { root: { background: '{surface.200}' }, value: { background: '{primary.color}' }, label: { color: '{primary.inverse.color}' } }, dark: { root: { background: '{surface.700}' }, value: { background: '{primary.color}' }, label: { color: '{primary.inverse.color}' } } } };