Skip to content

Commit

Permalink
Changed font weight messages
Browse files Browse the repository at this point in the history
  • Loading branch information
JGeek00 committed Oct 7, 2022
1 parent 197862d commit 59d714a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions lib/screens/clients/clients.dart
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ class _ClientsWidgetState extends State<ClientsWidget> with TickerProviderStateM
style: const TextStyle(
fontSize: 22,
color: Colors.grey,
fontWeight: FontWeight.w500
),
)
],
Expand Down Expand Up @@ -218,7 +217,6 @@ class _ClientsWidgetState extends State<ClientsWidget> with TickerProviderStateM
style: const TextStyle(
fontSize: 22,
color: Colors.grey,
fontWeight: FontWeight.w500
),
)
],
Expand Down
2 changes: 0 additions & 2 deletions lib/screens/logs/logs.dart
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ class _LogsWidgetState extends State<LogsWidget> {
style: const TextStyle(
fontSize: 22,
color: Colors.grey,
fontWeight: FontWeight.w500
),
)
],
Expand Down Expand Up @@ -233,7 +232,6 @@ class _LogsWidgetState extends State<LogsWidget> {
style: const TextStyle(
fontSize: 22,
color: Colors.grey,
fontWeight: FontWeight.w500
),
)
],
Expand Down

0 comments on commit 59d714a

Please sign in to comment.