mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-05-25 19:29:30 +00:00
Changed font weight messages
This commit is contained in:
parent
197862d2e4
commit
59d714aa82
2 changed files with 0 additions and 4 deletions
|
@ -112,7 +112,6 @@ class _ClientsWidgetState extends State<ClientsWidget> with TickerProviderStateM
|
||||||
style: const TextStyle(
|
style: const TextStyle(
|
||||||
fontSize: 22,
|
fontSize: 22,
|
||||||
color: Colors.grey,
|
color: Colors.grey,
|
||||||
fontWeight: FontWeight.w500
|
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
],
|
],
|
||||||
|
@ -218,7 +217,6 @@ class _ClientsWidgetState extends State<ClientsWidget> with TickerProviderStateM
|
||||||
style: const TextStyle(
|
style: const TextStyle(
|
||||||
fontSize: 22,
|
fontSize: 22,
|
||||||
color: Colors.grey,
|
color: Colors.grey,
|
||||||
fontWeight: FontWeight.w500
|
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
],
|
],
|
||||||
|
|
|
@ -147,7 +147,6 @@ class _LogsWidgetState extends State<LogsWidget> {
|
||||||
style: const TextStyle(
|
style: const TextStyle(
|
||||||
fontSize: 22,
|
fontSize: 22,
|
||||||
color: Colors.grey,
|
color: Colors.grey,
|
||||||
fontWeight: FontWeight.w500
|
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
],
|
],
|
||||||
|
@ -233,7 +232,6 @@ class _LogsWidgetState extends State<LogsWidget> {
|
||||||
style: const TextStyle(
|
style: const TextStyle(
|
||||||
fontSize: 22,
|
fontSize: 22,
|
||||||
color: Colors.grey,
|
color: Colors.grey,
|
||||||
fontWeight: FontWeight.w500
|
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
],
|
],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue