diff --git a/lib/main.dart b/lib/main.dart index 3c56a1f..c1ede50 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -19,6 +19,12 @@ void main() async { () { ThemeService themeService = Get.find(); return GetMaterialApp( + builder: (context, child) { + return MediaQuery( + data: MediaQuery.of(context).copyWith(textScaler: TextScaler.noScaling), + child: child!, + ); + }, title: '디미페이', initialRoute: getInintialRoute(debug: false), getPages: AppPages.pages,