Fix poll count text color

This commit is contained in:
Zhiyuan Zheng 2022-04-30 22:09:05 +02:00
parent 855f50f9ee
commit 2aba971eb9
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ const ComposePoll: React.FC = () => {
round
disabled={!(total > 2)}
/>
<Text style={styles.controlCount}>
<Text style={[styles.controlCount, { color: colors.secondary }]}>
{total} / {MAX_OPTIONS}
</Text>
<Button