Skip to content

Commit

Permalink
Merge pull request #1241 from rizqicy/fix_puzzle_ratingdiff
Browse files Browse the repository at this point in the history
fix inconsistent font size in puzzle's ratingDiff
  • Loading branch information
veloce authored Dec 9, 2024
2 parents 64daba1 + 5d27912 commit 131407a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/view/puzzle/puzzle_session_widget.dart
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ class _SessionItem extends StatelessWidget {
child: Padding(
padding: const EdgeInsets.all(2.0),
child: FittedBox(
fit: BoxFit.cover,
fit: BoxFit.fitHeight,
child: Text(
attempt!.ratingDiffString!,
maxLines: 1,
Expand Down

0 comments on commit 131407a

Please sign in to comment.