From 9e912f2870e4d712bb7b99fee18bfc784b7ecc6c Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Mon, 1 Mar 2021 17:07:42 +0200 Subject: [PATCH] Update debug mode warning --- lib/ui/app/menu_drawer.dart | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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(