@open-tender/store
Version:
A library of hooks, reducers, utility functions, and types for use with Open Tender applications that utilize our in-store POS API
30 lines (29 loc) • 755 B
JavaScript
import { __assign } from "tslib";
import styles from '../styles';
import { theme } from '../utils';
var option = {
option: {
classes: '',
props: {},
style: {
alignItems: 'stretch',
width: '100%'
}
},
option__content: {
classes: '',
props: {},
style: {
alignItems: 'stretch',
backgroundColor: theme.colors.background.secondary,
borderRadius: theme.spacing.borderRadius.medium,
padding: theme.spacing.padding.medium
}
},
option__text: {
classes: '',
props: {},
style: __assign(__assign({}, styles.textBody), { fontSize: theme.fontSizes.large })
}
};
export default option;