import theme from "mazlo-theme"; import StyleSheet from "../../services/StyleSheet"; export default StyleSheet.create({ button: { minWidth: 80, marginLeft: 10, }, buttons: { paddingTop: 10, borderTopColor: theme.colors.border, borderTopWidth: 1, flexDirection: "row", justifyContent: "flex-end", marginLeft: -20, marginTop: 20, }, closeButton: { position: "absolute", top: 0, right: 0, padding: 15, }, content: { borderRadius: 4, maxWidth: 490, padding: 10, paddingLeft: 30, paddingTop: 25, }, });