2024-02-19 22:53:42 +00:00
|
|
|
export default {
|
2024-05-04 11:47:06 +00:00
|
|
|
root: {
|
|
|
|
background: '{content.background}',
|
|
|
|
borderColor: '{content.border.color}',
|
|
|
|
color: '{content.color}'
|
|
|
|
},
|
|
|
|
legend: {
|
|
|
|
background: '{content.background}',
|
|
|
|
color: '{content.color}',
|
|
|
|
hoverBackground: '{content.hover.background}',
|
|
|
|
hoverColor: '{content.hover.color}'
|
|
|
|
},
|
|
|
|
toggleIcon: {
|
|
|
|
color: '{text.muted.color}',
|
|
|
|
hoverColor: '{text.hover.muted.color}'
|
2024-02-19 22:53:42 +00:00
|
|
|
}
|
|
|
|
};
|