mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Small fixes
This commit is contained in:
@@ -62,7 +62,7 @@ const ComposePoll: React.FC = () => {
|
||||
? t('content.root.footer.poll.option.placeholder.multiple')
|
||||
: t('content.root.footer.poll.option.placeholder.single')
|
||||
}
|
||||
placeholderTextColor={theme.secondary}
|
||||
placeholderTextColor={theme.disabled}
|
||||
maxLength={50}
|
||||
// @ts-ignore
|
||||
value={options[i]}
|
||||
|
||||
Reference in New Issue
Block a user