mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-05-19 08:20:19 +00:00
Changed style lists
This commit is contained in:
parent
682e9d49f5
commit
979b8b0729
7 changed files with 114 additions and 184 deletions
|
@ -25,7 +25,12 @@ class DnsAddressesModal extends StatelessWidget {
|
|||
width: double.minPositive,
|
||||
child: ListView(
|
||||
children: dnsAddresses.map((address) => ListTile(
|
||||
title: Text(address),
|
||||
title: Text(
|
||||
address,
|
||||
style: const TextStyle(
|
||||
fontWeight: FontWeight.normal
|
||||
),
|
||||
),
|
||||
)).toList(),
|
||||
),
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue