From c16f1d4e35f2d885d2aa4e5f1ee51af9e95c6bdc Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Tue, 13 Feb 2024 02:27:53 +0200 Subject: more fixes --- src/components/poll/poll.vue | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src/components/poll/poll.vue') diff --git a/src/components/poll/poll.vue b/src/components/poll/poll.vue index 1d01f941..087822e1 100644 --- a/src/components/poll/poll.vue +++ b/src/components/poll/poll.vue @@ -140,12 +140,7 @@ .result-fill { height: 100%; position: absolute; - color: $fallback--text; - color: var(--pollText, $fallback--text); - background-color: $fallback--lightBg; - background-color: var(--poll, $fallback--lightBg); - border-radius: $fallback--panelRadius; - border-radius: var(--panelRadius, $fallback--panelRadius); + border-radius: var(--roundness); top: 0; left: 0; transition: width 0.5s; -- cgit v1.2.3-70-g09d2