Skip to content

Commit

Permalink
decrease toolbar height
Browse files Browse the repository at this point in the history
Makhmudov Babur committed Sep 29, 2021
1 parent 178e85d commit 01047ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pages/home/home_widget.dart
Original file line number Diff line number Diff line change
@@ -106,7 +106,7 @@ class _HomeWidgetState extends State<HomeWidget> with WidgetsBindingObserver {
appBar: AppBar(
leading: SizedBox.shrink(),
leadingWidth: 0,
toolbarHeight: kToolbarHeight * 2.7,
toolbarHeight: kToolbarHeight * 2.5,
bottom: TabBar(
tabs: [
BlocBuilder<WorkspacesCubit, WorkspacesState>(

0 comments on commit 01047ad

Please sign in to comment.