Skip to content

Commit

Permalink
UI changes for poll
Browse files Browse the repository at this point in the history
  • Loading branch information
ebedoise committed Aug 2, 2024
1 parent 2e74e1b commit 5398ea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/poll/src/ChoiceItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export const ChoiceItem = ({
display="flex"
textAlign="center"
onClick={() => handleClickOnChoice({ count: votes, value: title, id })}
justifyContent="space-between"
justifyContent="center"
>
Vote
</VoteButton>
Expand Down

0 comments on commit 5398ea1

Please sign in to comment.