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