diff --git a/lib/screens/clients/clients.dart b/lib/screens/clients/clients.dart index 74472c1..319210c 100644 --- a/lib/screens/clients/clients.dart +++ b/lib/screens/clients/clients.dart @@ -112,7 +112,6 @@ class _ClientsWidgetState extends State with TickerProviderStateM style: const TextStyle( fontSize: 22, color: Colors.grey, - fontWeight: FontWeight.w500 ), ) ], @@ -218,7 +217,6 @@ class _ClientsWidgetState extends State with TickerProviderStateM style: const TextStyle( fontSize: 22, color: Colors.grey, - fontWeight: FontWeight.w500 ), ) ], diff --git a/lib/screens/logs/logs.dart b/lib/screens/logs/logs.dart index c967a3b..515e50a 100644 --- a/lib/screens/logs/logs.dart +++ b/lib/screens/logs/logs.dart @@ -147,7 +147,6 @@ class _LogsWidgetState extends State { style: const TextStyle( fontSize: 22, color: Colors.grey, - fontWeight: FontWeight.w500 ), ) ], @@ -233,7 +232,6 @@ class _LogsWidgetState extends State { style: const TextStyle( fontSize: 22, color: Colors.grey, - fontWeight: FontWeight.w500 ), ) ],