aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2024-02-22 00:31:20 +0200
committerHenry Jameson <me@hjkos.com>2024-02-22 00:31:20 +0200
commit099a2eb27f7bbde9dffe475ba25ce2f138a75670 (patch)
tree8044a282412d65784a834359ff960d06ba103eb2 /src
parent4785c553ef403d531e293bb3f2813b973f139456 (diff)
proper polls support
Diffstat (limited to 'src')
-rw-r--r--src/components/poll/poll_graph.style.js8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/components/poll/poll_graph.style.js b/src/components/poll/poll_graph.style.js
index 01b4d35c..247a266a 100644
--- a/src/components/poll/poll_graph.style.js
+++ b/src/components/poll/poll_graph.style.js
@@ -1,13 +1,11 @@
export default {
name: 'PollGraph',
- selector: '.poll-graph',
- validInnerComponents: [
- 'Text'
- ],
+ selector: '.result-fill',
defaultRules: [
{
directives: {
- background: '--accent'
+ background: '--accent',
+ opacity: 0.5
}
}
]