diff --git a/lib/screens/feature_timeline_screen.dart b/lib/screens/feature_timeline_screen.dart index 4e413080..eb95e1c8 100644 --- a/lib/screens/feature_timeline_screen.dart +++ b/lib/screens/feature_timeline_screen.dart @@ -53,15 +53,13 @@ class FeatureTile extends StatelessWidget { subtitle += ' - ' + feature.subtitle; } - late Color color; var theme = Theme.of(context); + var color = theme.accentColor; if (feature.pro) { if (theme.brightness == Brightness.light) { color = theme.primaryColor; } - } else { - color = theme.accentColor; } return _Tile(