mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-05-14 05:52:51 +00:00
More UI changes
This commit is contained in:
parent
d8897f1d74
commit
22346362a6
56 changed files with 217 additions and 139 deletions
|
@ -16,7 +16,7 @@ class DnsAddressesModal extends StatelessWidget {
|
|||
children: [
|
||||
Icon(
|
||||
Icons.route_rounded,
|
||||
color: Theme.of(context).colorScheme.secondary,
|
||||
color: Theme.of(context).listTileTheme.iconColor
|
||||
),
|
||||
const SizedBox(height: 16),
|
||||
Text(
|
||||
|
@ -37,7 +37,7 @@ class DnsAddressesModal extends StatelessWidget {
|
|||
address,
|
||||
style: TextStyle(
|
||||
fontWeight: FontWeight.normal,
|
||||
color: Theme.of(context).colorScheme.onSurfaceVariant
|
||||
color: Theme.of(context).listTileTheme.textColor
|
||||
),
|
||||
),
|
||||
)).toList(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue