fix(market): red favorite heart so it pops on the green theme

This commit is contained in:
vjrj 2026-07-13 17:11:31 +02:00
parent 447590862e
commit 7d2d466fee
3 changed files with 3 additions and 2 deletions

View file

@ -25,6 +25,7 @@ const seedOnSurfaceVariant = Color(0xFF5C6B52); // scientific names, secondary
// see test/ui/theme_contrast_test.dart.
const seedMuted = Color(0xFF617057);
const seedRating = Color(0xFFE8A200); // stars
const seedFavorite = Color(0xFFE53935); // saved/favorite heart (pops on green)
ThemeData buildTaneTheme() {
final scheme =