Skip to content

Commit

Permalink
Tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
veloce committed Apr 11, 2024
1 parent dee4cec commit 9a9ae02
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/src/view/puzzle/puzzle_history_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@ class _PuzzleResult extends StatelessWidget {
fontWeight: FontWeight.bold,
fontFamily: 'MaterialIcons',
color: Colors.white,
height: 1.0,
),
),
const SizedBox(width: 2),
Expand All @@ -295,6 +296,8 @@ class _PuzzleResult extends StatelessWidget {
overflow: TextOverflow.fade,
style: const TextStyle(
color: Colors.white,
fontSize: 10,
height: 1.0,
),
)
else
Expand All @@ -307,6 +310,7 @@ class _PuzzleResult extends StatelessWidget {
style: const TextStyle(
fontSize: 10,
color: Colors.white,
height: 1.0,
),
),
],
Expand Down

0 comments on commit 9a9ae02

Please sign in to comment.