proper polls support

This commit is contained in:
Henry Jameson 2024-02-22 00:31:20 +02:00
parent 4785c553ef
commit 099a2eb27f
1 changed files with 3 additions and 5 deletions

View File

@ -1,13 +1,11 @@
export default { export default {
name: 'PollGraph', name: 'PollGraph',
selector: '.poll-graph', selector: '.result-fill',
validInnerComponents: [
'Text'
],
defaultRules: [ defaultRules: [
{ {
directives: { directives: {
background: '--accent' background: '--accent',
opacity: 0.5
} }
} }
] ]