@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
28 lines (27 loc) • 676 B
JSON
{
"WebkitFontSmoothing": "antialiased",
"alignItems": "center",
"backgroundColor": "#ddfa65",
"borderColor": "#ddfa65",
"borderRadius": 40,
"borderStyle": "solid",
"borderWidth": 1,
"color": "#191919",
"display": "flex",
"flexDirection": "row",
"fontFamily": "'Neue Montreal', sans-serif",
"fontSize": 16,
"fontStyle": "normal",
"fontWeight": 500,
"gap": 8,
"justifyContent": "center",
"letterSpacing": 0,
"lineHeight": 1,
"paddingBottom": 10,
"paddingLeft": 22,
"paddingRight": 22,
"paddingTop": 10,
"textAlign": "center",
"textDecoration": "none",
"textTransform": "none"
}