mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
@ -36,7 +36,12 @@ const TimelineHeaderAndroid: React.FC = () => {
|
|||||||
{queryKey ? (
|
{queryKey ? (
|
||||||
<DropdownMenu.Root onOpenChange={setOpenChange}>
|
<DropdownMenu.Root onOpenChange={setOpenChange}>
|
||||||
<DropdownMenu.Trigger>
|
<DropdownMenu.Trigger>
|
||||||
<View style={{ padding: StyleConstants.Spacing.L }}>
|
<View
|
||||||
|
style={{
|
||||||
|
padding: StyleConstants.Spacing.L,
|
||||||
|
backgroundColor: colors.backgroundDefault
|
||||||
|
}}
|
||||||
|
>
|
||||||
<Icon
|
<Icon
|
||||||
name='MoreHorizontal'
|
name='MoreHorizontal'
|
||||||
color={colors.secondary}
|
color={colors.secondary}
|
||||||
|
Reference in New Issue
Block a user