From 9adbfc4671322b9f3c7e47b29cd6a58ecfc2ddf3 Mon Sep 17 00:00:00 2001 From: Juan Gilsanz Polo Date: Wed, 12 Oct 2022 03:47:41 +0200 Subject: [PATCH] Changed check host text color --- lib/screens/filters/check_host_modal.dart | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/screens/filters/check_host_modal.dart b/lib/screens/filters/check_host_modal.dart index a145477..549587b 100644 --- a/lib/screens/filters/check_host_modal.dart +++ b/lib/screens/filters/check_host_modal.dart @@ -174,9 +174,8 @@ class _CheckHostModalState extends State { child: Center( child: Text( AppLocalizations.of(context)!.insertDomain, - style: TextStyle( + style: const TextStyle( fontSize: 16, - color: Theme.of(context).primaryColor ), ), ),