mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-05-14 14:02:48 +00:00
Changed check host text color
This commit is contained in:
parent
509d36970f
commit
9adbfc4671
1 changed files with 1 additions and 2 deletions
|
@ -174,9 +174,8 @@ class _CheckHostModalState extends State<CheckHostModal> {
|
||||||
child: Center(
|
child: Center(
|
||||||
child: Text(
|
child: Text(
|
||||||
AppLocalizations.of(context)!.insertDomain,
|
AppLocalizations.of(context)!.insertDomain,
|
||||||
style: TextStyle(
|
style: const TextStyle(
|
||||||
fontSize: 16,
|
fontSize: 16,
|
||||||
color: Theme.of(context).primaryColor
|
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue