Skip to content

Commit

Permalink
Fix caption text
Browse files Browse the repository at this point in the history
  • Loading branch information
alkaitagi committed Nov 9, 2021
1 parent ed814af commit 7f151b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/widgets/caption.dart
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class Caption extends StatelessWidget {
children: [
if (icon != null) SpanIcon(icon!),
Text(
'End of results',
text,
style: Theme.of(context).textTheme.caption?.copyWith(
fontSize: 14,
),
Expand Down

0 comments on commit 7f151b1

Please sign in to comment.