lamassu-server/new-lamassu-admin/src/pages/OperatorInfo/ReceiptPrinting/ReceiptPrinting.styles.js
Liordino dos Santos Rocha Neto 5256301eff feat: added an editable option for the receipt printing active status
feat: create an EditableProperty component

feat: added boolean properties table and missing properties

chore: integrated receipt printing page on op info page

fix: fixed style issues in the boolean properties table

feat: added a custom prefixText on the editable property component

chore: commented out currently unused features

fix: fixed boolean properties table color

chore: removed debug logs

fix: boolean properties table cancel button was saving instead of
canceling

fix: receipt printing properties where wrong (customText currently isn't
used, and customerNameOrPhoneNumber was using the wrong property)
2020-05-08 22:40:20 -03:00

11 lines
149 B
JavaScript

const mainStyles = {
textInput: {
margin: [[28, 20]],
width: 304
},
actionButton: {
margin: [[0, 24]]
}
}
export { mainStyles }