diff --git a/lib/widgets/add_node_sheet.dart b/lib/widgets/add_node_sheet.dart index 8381f8f..5699dde 100644 --- a/lib/widgets/add_node_sheet.dart +++ b/lib/widgets/add_node_sheet.dart @@ -212,9 +212,8 @@ class _AddNodeSheetState extends State { const SizedBox(width: 8), Text( locService.t('profiles.getMore'), - style: TextStyle( + style: const TextStyle( fontStyle: FontStyle.italic, - color: Theme.of(context).primaryColor, ), ), ], diff --git a/lib/widgets/edit_node_sheet.dart b/lib/widgets/edit_node_sheet.dart index 806825a..52441f5 100644 --- a/lib/widgets/edit_node_sheet.dart +++ b/lib/widgets/edit_node_sheet.dart @@ -624,9 +624,8 @@ class _EditNodeSheetState extends State { const SizedBox(width: 8), Text( locService.t('profiles.getMore'), - style: TextStyle( + style: const TextStyle( fontStyle: FontStyle.italic, - color: Theme.of(context).primaryColor, ), ), ],