mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Added reduced motion
This commit is contained in:
@ -33,9 +33,10 @@ const TimelineAvatar = React.memo(
|
||||
height: StyleConstants.Avatar.M
|
||||
}}
|
||||
style={{
|
||||
borderRadius: 4,
|
||||
borderRadius: StyleConstants.Avatar.M,
|
||||
overflow: 'hidden',
|
||||
marginRight: StyleConstants.Spacing.S
|
||||
marginRight: StyleConstants.Spacing.S,
|
||||
backgroundColor: 'red'
|
||||
}}
|
||||
/>
|
||||
)
|
||||
|
Reference in New Issue
Block a user