From 62b87f29392a9074547834b105b1b02c070d195d Mon Sep 17 00:00:00 2001 From: Sarah Jamie Lewis Date: Mon, 4 Jul 2022 14:39:58 -0700 Subject: [PATCH] Fix #498 --- lib/views/profilemgrview.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/views/profilemgrview.dart b/lib/views/profilemgrview.dart index 38f1fc87..0c277207 100644 --- a/lib/views/profilemgrview.dart +++ b/lib/views/profilemgrview.dart @@ -250,7 +250,7 @@ class _ProfileMgrViewState extends State { primary: Provider.of(context).theme.backgroundMainColor, ), child: - Text(AppLocalizations.of(context)!.importProfile, semanticsLabel: AppLocalizations.of(context)!.importProfile, style: TextStyle(fontWeight: FontWeight.bold)), + Text(AppLocalizations.of(context)!.importProfile, semanticsLabel: AppLocalizations.of(context)!.importProfile, style: TextStyle(color: Provider.of(context).theme.mainTextColor, fontWeight: FontWeight.bold)), onPressed: () { // 10GB profiles should be enough for anyone? showFilePicker(context, MaxGeneralFileSharingSize, (file) {