chore: prettier format PollContent.tsx and index.css
CI / Build & Quality Checks (push) Failing after 5m38s

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-23 23:02:34 -04:00
parent df99038ad6
commit 6134c36119
2 changed files with 4 additions and 6 deletions
@@ -284,9 +284,7 @@ export function PollContent({
position: 'absolute',
inset: 0,
width: `${pct}%`,
background: selected
? 'var(--bg-surface-active)'
: 'var(--bg-surface-low)',
background: selected ? 'var(--bg-surface-active)' : 'var(--bg-surface-low)',
borderRadius: '8px',
pointerEvents: 'none',
}}