updated poll list design
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user