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