mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
@ -125,7 +125,7 @@ const Message = React.forwardRef<FlashMessage>((_, ref) => {
|
||||
shadowOpacity: theme === 'light' ? 0.16 : 0.24,
|
||||
shadowRadius: 4,
|
||||
paddingRight: StyleConstants.Spacing.M * 2,
|
||||
marginTop: insets.top
|
||||
marginTop: ref ? undefined : insets.top
|
||||
}}
|
||||
titleStyle={{
|
||||
color: colors.primaryDefault,
|
||||
|
Reference in New Issue
Block a user