Skip to content

Commit 2573bcb

Browse files
committed
refactor(app_configuration): remove user content limits description text
- Remove the Text widget displaying the user content limits description - Remove the SizedBox for spacing below the description text
1 parent 7db311a commit 2573bcb

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

lib/app_configuration/widgets/user_preference_limits_form.dart

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -142,13 +142,6 @@ class _UserPreferenceLimitsFormState extends State<UserPreferenceLimitsForm>
142142
return Column(
143143
crossAxisAlignment: CrossAxisAlignment.start,
144144
children: [
145-
Text(
146-
l10n.userContentLimitsDescription,
147-
style: Theme.of(context).textTheme.bodySmall?.copyWith(
148-
color: Theme.of(context).colorScheme.onSurface.withOpacity(0.7),
149-
),
150-
),
151-
const SizedBox(height: AppSpacing.lg),
152145
Align(
153146
alignment: AlignmentDirectional.centerStart,
154147
child: SizedBox(

0 commit comments

Comments
 (0)