diff --git a/Frontend/patient_manager/lib/theme/mihTheme.dart b/Frontend/patient_manager/lib/theme/mihTheme.dart index 96c189a4..01802798 100644 --- a/Frontend/patient_manager/lib/theme/mihTheme.dart +++ b/Frontend/patient_manager/lib/theme/mihTheme.dart @@ -185,7 +185,7 @@ class MyTheme { } void setScreenType(double width) { - if (width <= 420) { + if (width <= 500) { screenType = "mobile"; } else { screenType = "desktop";