diff --git a/Frontend/patient_manager/lib/mih_theme/mih_theme.dart b/Frontend/patient_manager/lib/mih_theme/mih_theme.dart index d3b59353..e3741c07 100644 --- a/Frontend/patient_manager/lib/mih_theme/mih_theme.dart +++ b/Frontend/patient_manager/lib/mih_theme/mih_theme.dart @@ -210,7 +210,7 @@ class MyTheme { } void setScreenType(double width) { - if (width <= 500) { + if (width <= 800) { screenType = "mobile"; } else { screenType = "desktop";