diff --git a/lib/ui/app/menu_drawer.dart b/lib/ui/app/menu_drawer.dart index 8c8304c94..8e63dc648 100644 --- a/lib/ui/app/menu_drawer.dart +++ b/lib/ui/app/menu_drawer.dart @@ -249,10 +249,13 @@ class MenuDrawer extends StatelessWidget { child: IconText( icon: Icons.warning, text: localization.debugModeIsEnabled, + style: TextStyle(color: Colors.white), ), ), - subtitle: - Text(localization.debugModeIsEnabledHelp), + subtitle: Text( + localization.debugModeIsEnabledHelp, + style: TextStyle(color: Colors.white), + ), onTap: () => launch(kDebugModeUrl), ), DrawerTile(