Changed font weight messages

This commit is contained in:
Juan Gilsanz Polo 2022-10-07 18:32:14 +02:00
parent 197862d2e4
commit 59d714aa82
2 changed files with 0 additions and 4 deletions

View file

@ -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
), ),
) )
], ],

View file

@ -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
), ),
) )
], ],