Styling the Live Timetables
The customStyle object
customStyle object Variable / Field
Field Function
Example value
Example
customStyle: {
button: {
color: '#FF0000',
backgroundColor: '#008000',
':hover': {
color: '#ffff00',
},
fontFamily: 'Lato, sans-serif',
},
filter: {
fontFamily: 'Roboto',
},
base: {
fontFamily: 'Noto Sans Khojki',
},
},The fonts array
fonts arrayExample
customStyleForStyledComponents object
customStyleForStyledComponents objectVariable / Field
Field Function
Example value
Example
Last updated