@totalsoft/rocket-ui
Version:
A set of reusable and composable React components built on top of Material UI core for developing fast and friendly web applications interfaces.
26 lines (24 loc) • 449 B
text/typescript
const table = {
main: {
marginTop: '15px',
marginBottom: '15px',
borderSpacing: 0
},
tableHeader: {
textAlign: 'left',
backgroundColor: '#00497b',
padding: '10px',
borderBottom: '1px solid #ddd',
color: 'white'
},
tableContent: {
textAlign: 'left',
padding: '10px ',
borderBottom: '1px solid #eee'
},
itemSelected: {
background: '#c1c1c1',
color: 'white'
}
}
export default table