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 fc00be2 commit 1628f68Copy full SHA for 1628f68
lib/ui/widgets/dumb_widgets/document_type_card.dart
@@ -17,7 +17,7 @@ class DocumentTypeCard extends StatelessWidget {
17
18
@override
19
Widget build(BuildContext context) {
20
- var subtitle1 = Theme.of(context).textTheme.subtitle1?.copyWith(
+ var subtitle1 = Theme.of(context).textTheme.titleMedium?.copyWith(
21
fontSize: 16,
22
color: (isSelected) ? Colors.white : Colors.black,
23
);
0 commit comments