diff --git a/lib/ui/views/patch_options/patch_options_viewmodel.dart b/lib/ui/views/patch_options/patch_options_viewmodel.dart index 2dbaef7b..b835a993 100644 --- a/lib/ui/views/patch_options/patch_options_viewmodel.dart +++ b/lib/ui/views/patch_options/patch_options_viewmodel.dart @@ -184,8 +184,9 @@ class PatchOptionsViewModel extends BaseViewModel { children: [ Text( e.title, - style: const TextStyle( + style: TextStyle( fontSize: 16, + color: Theme.of(context).colorScheme.onSurface, ), ), const SizedBox(height: 4), diff --git a/lib/ui/widgets/patchesSelectorView/patch_options_fields.dart b/lib/ui/widgets/patchesSelectorView/patch_options_fields.dart index 2d5d2dfd..61247132 100644 --- a/lib/ui/widgets/patchesSelectorView/patch_options_fields.dart +++ b/lib/ui/widgets/patchesSelectorView/patch_options_fields.dart @@ -426,8 +426,11 @@ class _TextFieldForPatchOptionState extends State { child: RichText( text: TextSpan( text: e.key, - style: const TextStyle( + style: TextStyle( fontSize: 16, + color: Theme.of(context) + .colorScheme + .onSecondaryContainer, ), children: [ TextSpan(