diff --git a/front/packages/primitives/src/popup.tsx b/front/packages/primitives/src/popup.tsx index 36c9c3d6..666fe232 100644 --- a/front/packages/primitives/src/popup.tsx +++ b/front/packages/primitives/src/popup.tsx @@ -24,7 +24,7 @@ import { Portal } from "@gorhom/portal"; import { SwitchVariant, YoshikiFunc } from "./themes"; import { View } from "react-native"; import { imageBorderRadius } from "./constants"; -import { percent, px } from "yoshiki/native"; +import { px } from "yoshiki/native"; import { ts } from "./utils"; export const Popup = ({ children }: { children: ReactNode | YoshikiFunc }) => { @@ -40,13 +40,13 @@ export const Popup = ({ children }: { children: ReactNode | YoshikiFunc theme.themeOverlay, + justifyContent: "center", + alignItems: "center", })} > theme.background,