export default {
    value: {
        background: '{primary.color}'
    },
    range: {
        background: '{content.border.color}'
    },
    text: {
        color: '{text.muted.color}'
    }
};