Changed check host text color

This commit is contained in:
Juan Gilsanz Polo 2022-10-12 03:47:41 +02:00
parent 509d36970f
commit 9adbfc4671

View file

@ -174,9 +174,8 @@ class _CheckHostModalState extends State<CheckHostModal> {
child: Center(
child: Text(
AppLocalizations.of(context)!.insertDomain,
style: TextStyle(
style: const TextStyle(
fontSize: 16,
color: Theme.of(context).primaryColor
),
),
),