mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Fix poll count text color
This commit is contained in:
@ -121,7 +121,7 @@ const ComposePoll: React.FC = () => {
|
|||||||
round
|
round
|
||||||
disabled={!(total > 2)}
|
disabled={!(total > 2)}
|
||||||
/>
|
/>
|
||||||
<Text style={styles.controlCount}>
|
<Text style={[styles.controlCount, { color: colors.secondary }]}>
|
||||||
{total} / {MAX_OPTIONS}
|
{total} / {MAX_OPTIONS}
|
||||||
</Text>
|
</Text>
|
||||||
<Button
|
<Button
|
||||||
|
Reference in New Issue
Block a user