Skip to content

Commit f972771

Browse files
committed
style(content_management): increase spacing between title and icon
- Change SizedBox width from AppSpacing.xs to AppSpacing.sm
1 parent a64cdab commit f972771

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/content_management/view/content_management_page.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ class _ContentManagementPageState extends State<ContentManagementPage>
183183
children: [
184184
Text(l10n.contentManagement),
185185
const SizedBox(
186-
width: AppSpacing.xs,
186+
width: AppSpacing.sm,
187187
), // Spacing between title and icon
188188
AboutIcon(
189189
dialogTitle: l10n.contentManagement,

0 commit comments

Comments
 (0)