We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7db311a commit 2573bcbCopy full SHA for 2573bcb
lib/app_configuration/widgets/user_preference_limits_form.dart
@@ -142,13 +142,6 @@ class _UserPreferenceLimitsFormState extends State<UserPreferenceLimitsForm>
142
return Column(
143
crossAxisAlignment: CrossAxisAlignment.start,
144
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),
152
Align(
153
alignment: AlignmentDirectional.centerStart,
154
child: SizedBox(
0 commit comments