diff --git a/lib/ui/app/desktop_session_timeout.dart b/lib/ui/app/desktop_session_timeout.dart index 1ca850fe0..f66fd0677 100644 --- a/lib/ui/app/desktop_session_timeout.dart +++ b/lib/ui/app/desktop_session_timeout.dart @@ -74,7 +74,11 @@ class _DesktopSessionTimeoutState extends State { padding: const EdgeInsets.symmetric(horizontal: 16, vertical: 8), child: Row( children: [ - Expanded(child: Text(localization.sessionAboutToExpire)), + Expanded( + child: Text( + localization.sessionAboutToExpire, + style: TextStyle(color: Colors.white), + )), TextButton( onPressed: () { final store = StoreProvider.of(context);