updated poll list design

This commit is contained in:
2026-02-01 15:35:40 +01:00
parent 92a9a7358e
commit dacefd321b
2 changed files with 2 additions and 2 deletions

View File

@@ -35,7 +35,7 @@ class _PollOptionsListState extends State<PollOptionsList> {
option,
style: Theme.of(context).textTheme.bodyLarge,
),
trailing: Icon(
leading: Icon(
votedSelf ? Icons.check_circle_outlined : Icons.circle_outlined,
color: votedSelf
? Theme.of(context).colorScheme.primary.withValues(alpha: 0.6)