Fix pagination element ordering

This commit is contained in:
Mikhail Mikheev 2019-10-04 19:06:24 +04:00
parent d8d39b38a5
commit 27bf8f1824
1 changed files with 1 additions and 1 deletions

View File

@ -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: {