Skip to content

Commit

Permalink
Update deprecated TextStyle properties
Browse files Browse the repository at this point in the history
  • Loading branch information
KingGorrin committed Jul 11, 2024
1 parent 3f6f71f commit 77e2226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/widgets/reusable_widgets/dropdown/basic_dropdown.dart
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class BasicDropdown<T> extends StatelessWidget {
value: item,
child: Text(
item.label,
style: Theme.of(context).textTheme.bodyText2!.copyWith(
style: Theme.of(context).textTheme.bodyMedium!.copyWith(
color: _selectedValue == item
? onChangedCallback != null
? AppColors.znnColor
Expand Down

0 comments on commit 77e2226

Please sign in to comment.