import theme from "mazlo-theme"; import StyleSheet from "../../services/StyleSheet"; export default StyleSheet.create({ container: { flex: 1, alignItems: "center", justifyContent: "center", }, errorContainer: { maxWidth: 480, padding: theme.sizes[8], width: theme.sizes.full, }, subTitle: { color: theme.colors.text, fontSize: theme.fontSizes.xxl, }, title: { color: theme.colors.text, fontSize: theme.fontSizes.xxxl, fontWeight: theme.fontWeights.bold, marginBottom: theme.sizes[4], }, });