This commit is contained in:
xmflsct 2022-08-09 00:49:50 +02:00
parent 9f17f95a98
commit dba43e248b
2 changed files with 2 additions and 0 deletions

View File

@ -109,6 +109,7 @@ const TimelineHeaderDefault = ({ queryKey, status, highlighted }: Props) => {
size={StyleConstants.Font.Size.L}
/>
}
style={{ width: '100%', height: '100%' }}
/>
</Pressable>
) : null}

View File

@ -91,6 +91,7 @@ const TimelineHeaderNotification = ({ queryKey, notification }: Props) => {
size={StyleConstants.Font.Size.L}
/>
}
style={{ width: '100%', height: '100%' }}
/>
}
/>