pleroma-fe/src/components/poll/poll_graph.style.js
2026-01-06 16:22:52 +02:00

12 lines
187 B
JavaScript

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