diff --git a/src/components/Lightbox/chrome/ImageMenu.tsx b/src/components/Lightbox/chrome/ImageMenu.tsx index 8daa9a5b84..92b5c47749 100644 --- a/src/components/Lightbox/chrome/ImageMenu.tsx +++ b/src/components/Lightbox/chrome/ImageMenu.tsx @@ -10,7 +10,7 @@ import Animated, { } from 'react-native-reanimated' import {useLingui} from '@lingui/react/macro' -import {android, atoms as a, ios} from '#/alf' +import {atoms as a} from '#/alf' import {ArrowShareRight_Stroke2_Corner2_Rounded as ShareIcon} from '#/components/icons/ArrowShareRight' import {type Props as IconProps} from '#/components/icons/common' import {DotGrid3x1_Stroke2_Corner0_Rounded as DotsIcon} from '#/components/icons/DotGrid' @@ -25,7 +25,6 @@ type Props = { type Anchor = {x: number; y: number; width: number; height: number} -const MENU_WIDTH = 160 const GAP = 6 const CARD_BG = '#000000' const CARD_BORDER = '#232e3e' @@ -124,9 +123,8 @@ function MenuCard({