Skip to content

Commit 02502fb

Browse files
committed
style(content_management): decrease column spacing in headlines page
- Change column spacing from AppSpacing.md to AppSpacing.sm in the DataTable widget
1 parent 3c38f6d commit 02502fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/content_management/view/headlines_page.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ class _HeadlinesPageState extends State<HeadlinesPage> {
175175
fit: FlexFit.tight,
176176
headingRowHeight: 56,
177177
dataRowHeight: 56,
178-
columnSpacing: AppSpacing.md,
178+
columnSpacing: AppSpacing.sm,
179179
horizontalMargin: AppSpacing.md,
180180
);
181181
},

0 commit comments

Comments
 (0)