import theme from "mazlo-theme"; import StyleSheet from "../../services/StyleSheet"; export default StyleSheet.create({ content: { backgroundColor: theme.colors.white, flex: -1, maxWidth: 866, width: "100%", }, modal: { alignItems: "center", }, });