export default {
colorScheme: {
light: {
root: {
background: '{surface.200}'
},
grouped: {
borderColor: '{surface.0}'
}
dark: {
background: '{surface.700}'
borderColor: '{surface.900}'
};