diff --git a/src/components/Embeds/PollEmbed.tsx b/src/components/Embeds/PollEmbed.tsx index 8597d8f..f43bd48 100644 --- a/src/components/Embeds/PollEmbed.tsx +++ b/src/components/Embeds/PollEmbed.tsx @@ -271,6 +271,12 @@ export const PollCard = ({ /> } label={option?.optionName} + sx={{ + "& .MuiFormControlLabel-label": { + fontSize: "14px", + + }, + }} /> ))} @@ -353,13 +359,13 @@ export const PollCard = ({ {`${index + 1}. ${option.optionName}`} {option.voteCount} votes