Merge branch 'poll-styles' into 'main'

Align poll option text to center

See merge request soapbox-pub/soapbox!2943
This commit is contained in:
marcin mikołajczak 2024-03-01 09:54:32 +00:00
commit e0f4d48e67

View file

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