Skip to content

Commit

Permalink
Use fontSize
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsreichardt committed Feb 3, 2024
1 parent 0431a5c commit 9c1a5b1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/lib/homework/homework_dialog/homework_dialog.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1192,8 +1192,7 @@ class _SubmissionsSwitchBase extends StatelessWidget {
padding: const EdgeInsets.only(right: 8),
child: Text(
time.toString(),
style: TextStyle(
fontSize: MediaQuery.of(context).size.width * 0.04,
style: const TextStyle(fontSize: 14),
),
),
),
Expand Down

0 comments on commit 9c1a5b1

Please sign in to comment.