From 3947cc0c57f981b9ce08e292dd925f1a4106032c Mon Sep 17 00:00:00 2001 From: PhilReact Date: Sun, 1 Dec 2024 16:04:22 +0200 Subject: [PATCH] change fontsize --- src/components/Embeds/PollEmbed.tsx | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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