diff options
author | Anton Tananaev <anton@traccar.org> | 2022-05-23 17:29:42 -0700 |
---|---|---|
committer | Anton Tananaev <anton@traccar.org> | 2022-05-23 17:29:42 -0700 |
commit | ca03ee35cbb795d76de02e160cd46a26c9839570 (patch) | |
tree | 745048c9f757c1af61180263d0de95d03582dd78 /modern/src/common | |
parent | ae22e17de1d9745b0f49c09ccc11ea92dd976907 (diff) | |
download | trackermap-web-ca03ee35cbb795d76de02e160cd46a26c9839570.tar.gz trackermap-web-ca03ee35cbb795d76de02e160cd46a26c9839570.tar.bz2 trackermap-web-ca03ee35cbb795d76de02e160cd46a26c9839570.zip |
Fix style issues
Diffstat (limited to 'modern/src/common')
-rw-r--r-- | modern/src/common/theme/components.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modern/src/common/theme/components.js b/modern/src/common/theme/components.js index 3ad070e6..9010626a 100644 --- a/modern/src/common/theme/components.js +++ b/modern/src/common/theme/components.js @@ -1,6 +1,6 @@ export default { MuiButton: { - styleOverrides: { + styleOverrides: { sizeMedium: { height: '40px', }, |