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 ), ), ),