2024-02-19 22:53:42 +00:00
|
|
|
export default {
|
2024-05-04 19:36:38 +00:00
|
|
|
previewMask: {
|
|
|
|
background: '{mask.background}',
|
|
|
|
color: '{surface.200}'
|
|
|
|
},
|
|
|
|
mask: {
|
|
|
|
background: 'rgba(0,0,0,0.9)'
|
|
|
|
},
|
|
|
|
action: {
|
|
|
|
hoverBackground: 'rgba(255,255,255,0.1)',
|
|
|
|
color: '{surface.50}',
|
|
|
|
hoverColor: '{surface.0}'
|
2024-02-19 22:53:42 +00:00
|
|
|
}
|
|
|
|
};
|