Skip to content

Commit 1fbe60c

Browse files
committed
style(content_management): Remove extra height
- Removed unnecessary toolbar height
1 parent ba8dea1 commit 1fbe60c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lib/content_management/view/content_management_page.dart

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,7 @@ class _ContentManagementPageState extends State<ContentManagementPage>
4040
appBar: AppBar(
4141
title: Text(l10n.contentManagement),
4242
bottom: PreferredSize(
43-
preferredSize: Size.fromHeight(
44-
kToolbarHeight + kTextTabBarHeight + AppSpacing.lg,
45-
),
43+
preferredSize: Size.fromHeight(kTextTabBarHeight + AppSpacing.lg),
4644
child: Column(
4745
crossAxisAlignment: CrossAxisAlignment.start,
4846
children: [

0 commit comments

Comments
 (0)