export default {
colorScheme: {
light: {
display: {
hoverBackground: '{surface.100}',
hoverColor: '{surface.800}'
}
},
dark: {
hoverBackground: '{surface.800}',
hoverColor: '{surface.0}'
};