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 5398ea1 commit 752f6ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/poll/src/Poll.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const Poll = ({ title, image, completed }: PollType) => (
<PollImage completed={completed} src={image} />
</Box>
<Flex paddingY={2} gap={2} direction="column" justifyContent="center" alignItems="center">
<Text textAlign="center" noOfLines={1} fontFamily="Inter" fontWeight="800">
<Text textAlign="center" noOfLines={1} fontFamily="Inter" fontWeight="800" color="white">
{title}
</Text>
<VoteButton>Vote</VoteButton>
Expand Down

0 comments on commit 752f6ed

Please sign in to comment.