Update HeaderAndroid.tsx

Fixed #563
This commit is contained in:
xmflsct 2022-12-16 13:16:04 +01:00
parent 7b3fa6d1bc
commit 8b20e186de
1 changed files with 6 additions and 1 deletions

View File

@ -36,7 +36,12 @@ const TimelineHeaderAndroid: React.FC = () => {
{queryKey ? (
<DropdownMenu.Root onOpenChange={setOpenChange}>
<DropdownMenu.Trigger>
<View style={{ padding: StyleConstants.Spacing.L }}>
<View
style={{
padding: StyleConstants.Spacing.L,
backgroundColor: colors.backgroundDefault
}}
>
<Icon
name='MoreHorizontal'
color={colors.secondary}