Align poll option text to center

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak 2024-02-29 23:13:39 +01:00
parent 032cbc2da5
commit 3786c786e2

View file

@ -67,6 +67,7 @@ const PollOptionText: React.FC<IPollOptionText> = ({ poll, option, index, active
<Text
theme='inherit'
weight='medium'
align='center'
dangerouslySetInnerHTML={{ __html: option.title_emojified }}
/>
</div>