Skip to content

Commit 7f02f86

Browse files
style: Remove deprecated style
1 parent 246f0d4 commit 7f02f86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/form_builder_file_picker.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ class _FormBuilderFilePickerState
288288
color: Colors.white.withOpacity(.8),
289289
child: Text(
290290
files[index].name,
291-
style: theme.textTheme.caption,
291+
style: theme.textTheme.bodySmall,
292292
maxLines: 2,
293293
overflow: TextOverflow.clip,
294294
),

0 commit comments

Comments
 (0)