1
0
mirror of https://github.com/tooot-app/app synced 2025-06-05 22:19:13 +02:00

Fix visuals and haptics

This commit is contained in:
xmflsct
2023-05-17 13:39:55 +02:00
parent c1e9c738c5
commit a940ed4cf3
2 changed files with 3 additions and 14 deletions

View File

@ -35,7 +35,7 @@ const TimelineActioned: React.FC<Props> = ({ action, isNotification, ...rest })
content={content}
emojis={account.emojis}
size='S'
style={{ color: action === 'admin.report' ? colors.red : colors.primaryDefault }}
style={{ flex: 1, color: action === 'admin.report' ? colors.red : colors.primaryDefault }}
/>
)