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

@ -147,7 +147,6 @@ class _LogsWidgetState extends State<LogsWidget> {
style: const TextStyle(
fontSize: 22,
color: Colors.grey,
fontWeight: FontWeight.w500
),
)
],
@ -233,7 +232,6 @@ class _LogsWidgetState extends State<LogsWidget> {
style: const TextStyle(
fontSize: 22,
color: Colors.grey,
fontWeight: FontWeight.w500
),
)
],