16 lines
378 B
JavaScript
16 lines
378 B
JavaScript
![]() |
export default {
|
||
|
variables: {
|
||
|
colorScheme: {
|
||
|
light: {
|
||
|
item: {
|
||
|
background: '{surface.100}',
|
||
|
backgroundHover: '{surface.200}',
|
||
|
textColor: '{surface.600}',
|
||
|
textColorHover: '{surface.700}'
|
||
|
}
|
||
|
},
|
||
|
dark: {}
|
||
|
}
|
||
|
}
|
||
|
};
|