Skip to content

Commit 9ba6613

Browse files
author
MritunjayTiwari14
committed
poll: Fix background color of poll not appearing.
Fixes: #1808
1 parent 2178d4c commit 9ba6613

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/widgets/poll.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ class _PollWidgetState extends State<PollWidget> {
101101
borderRadius: BorderRadius.circular(3),
102102
side: BorderSide(color: theme.colorPollVoteCountBorder)),
103103
color: theme.colorPollVoteCountBackground,
104-
type: MaterialType.transparency,
105104
clipBehavior: Clip.antiAlias,
106105
child: InkWell(
107106
onTap: () => _toggleVote(option),

0 commit comments

Comments
 (0)