import theme from "mazlo-theme"; import StyleSheet from "../../services/StyleSheet"; export default StyleSheet.create({ button: { backgroundColor: "transparent", alignItems: "center", justifyContent: "center", minWidth: 24, paddingVertical: 2, paddingHorizontal: 4, }, buttonText: { color: theme.colors.text, padding: 2, }, selected: { borderWidth: 1, borderColor: theme.colors.border, }, });