Merge branch 'poll-styles' into 'main'
Align poll option text to center See merge request soapbox-pub/soapbox!2943
This commit is contained in:
commit
e0f4d48e67
1 changed files with 1 additions and 0 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue