Skip to content

Commit

Permalink
Reduce AppBar height
Browse files Browse the repository at this point in the history
From 48 to 47 to match with YaruTitleBar & GtkHeaderBar.

Fixes: ubuntu/yaru.dart#502
  • Loading branch information
jpnurmi committed Jan 12, 2023
1 parent 3cc3b66 commit 0943a0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/themes/constants.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ const kButtonRadius = 6.0;
const kCheckRadius = 3.0;
const kWindowRadius = 8.0;
const kAppBarElevation = 0.0;
const kAppBarHeight = 48.0;
const kAppBarHeight = 47.0;
const kDisabledGreyDark = Color(0xFF535353);

0 comments on commit 0943a0e

Please sign in to comment.