Skip to content

Commit

Permalink
game_page: Change header line height from 4 to 2
Browse files Browse the repository at this point in the history
Change-Id: I5896d903c3274301c40e5c5bd3c1293adfd3c3a6
  • Loading branch information
calcitem committed May 6, 2023
1 parent ab0f526 commit cd3bf32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/flutter_app/lib/screens/game_page/header.dart
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class _GameHeaderState extends State<GameHeader> {
@override
Widget build(BuildContext context) {
final Container divider = Container(
height: 4,
height: 2,
width: 180,
margin: const EdgeInsets.only(bottom: AppTheme.boardMargin),
decoration: BoxDecoration(
Expand Down

0 comments on commit cd3bf32

Please sign in to comment.