Align poll option text to center
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
032cbc2da5
commit
3786c786e2
1 changed files with 1 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue