export default {
variables: {
colorScheme: {
light: {
display: {
backgroundHover: '{surface.100}',
textColorHover: '{surface.800}'
}
},
dark: {
backgroundHover: '{surface.800}',
textColorHover: '{surface.0}'
};