aboutsummaryrefslogtreecommitdiff
path: root/src/other/GeofencesPage.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/other/GeofencesPage.jsx')
-rw-r--r--src/other/GeofencesPage.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/other/GeofencesPage.jsx b/src/other/GeofencesPage.jsx
index a27a6dca..438d31e5 100644
--- a/src/other/GeofencesPage.jsx
+++ b/src/other/GeofencesPage.jsx
@@ -39,7 +39,7 @@ const useStyles = makeStyles((theme) => ({
drawerPaper: {
position: 'relative',
[theme.breakpoints.up('sm')]: {
- width: theme.dimensions.drawerWidthTablet,
+ width: theme.dimensions.drawerWidthDesktop,
},
[theme.breakpoints.down('sm')]: {
height: theme.dimensions.drawerHeightPhone,