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:
parent
855f50f9ee
commit
2aba971eb9
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user