import theme from "mazlo-theme"; import StyleSheet from "../../services/StyleSheet"; export default StyleSheet.create({ label: { backgroundColor: theme.colors.grey, borderColor: theme.colors.border, borderRadius: 2, borderWidth: 1, padding: 10, }, labelText: { backgroundColor: theme.colors.white, borderColor: theme.colors.border, borderStyle: "dashed", borderWidth: 1, flexDirection: "row", justifyContent: "center", padding: 20, }, text: { fontSize: theme.fontSizes.xs, }, strongText: { fontSize: theme.fontSizes.xs, color: theme.colors.red, }, });