mirror of
https://github.com/tooot-app/app
synced 2024-12-21 15:14:32 +01:00
parent
7b3fa6d1bc
commit
8b20e186de
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user