Fix pagination element ordering
This commit is contained in:
parent
d8d39b38a5
commit
27bf8f1824
|
@ -246,7 +246,7 @@ export default createMuiTheme({
|
||||||
caption: {
|
caption: {
|
||||||
fontFamily: 'Averta, monospace',
|
fontFamily: 'Averta, monospace',
|
||||||
fontSize: mediumFontSize,
|
fontSize: mediumFontSize,
|
||||||
order: 3,
|
order: 2,
|
||||||
color: disabled,
|
color: disabled,
|
||||||
},
|
},
|
||||||
input: {
|
input: {
|
||||||
|
|
Loading…
Reference in New Issue