22 lines
573 B
JavaScript
22 lines
573 B
JavaScript
|
export default {
|
||
|
separator: {
|
||
|
background: '{content.border.color}',
|
||
|
activeBackground: '{primary.color}'
|
||
|
},
|
||
|
itemTitle: {
|
||
|
color: '{text.color}',
|
||
|
activeColor: '{primary.color}'
|
||
|
},
|
||
|
itemNumber: {
|
||
|
background: '{content.background}',
|
||
|
activeBackground: '{content.background}',
|
||
|
borderColor: '{content.border.color}',
|
||
|
color: '{text.muted.color}',
|
||
|
activeColor: '{primary.color}'
|
||
|
},
|
||
|
panelContent: {
|
||
|
background: '{content.background}',
|
||
|
color: '{content.color}'
|
||
|
}
|
||
|
};
|