diff --git a/lib/config/theme_data.dart b/lib/config/theme_data.dart index 632cf90..49b438c 100644 --- a/lib/config/theme_data.dart +++ b/lib/config/theme_data.dart @@ -83,7 +83,7 @@ class DarkThemeConfig { fontFamily: 'Dana-FA', textTheme: _textTheme, iconTheme: IconThemeData( - color: _colorScheme.focusedBorder, + color: _colorScheme.text, ), cardColor: _colorScheme.surface, );