pleroma-fe/src/components/poll/poll_graph.style.js

13 lines
183 B
JavaScript

export default {
name: 'PollGraph',
selector: '.result-fill',
defaultRules: [
{
directives: {
background: '--accent',
opacity: 0.5
}
}
]
}