1
0
mirror of https://github.com/tooot-app/app synced 2025-04-30 01:48:52 +02:00

Fix poll count text color

This commit is contained in:
Zhiyuan Zheng 2022-04-30 22:09:05 +02:00
parent 855f50f9ee
commit 2aba971eb9

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