theme.colors.red,
flexGrow: 1,
flexShrink: 1,
justifyContent: "center",
alignItems: "center",
})}
>
{error.errors.map((x, i) => (
theme.colors.white })}>
{x}
))}
);
};
export const EmptyView = ({ message }: { message: string }) => {
const { css } = useYoshiki();
return (