fix(market): red favorite heart so it pops on the green theme
This commit is contained in:
parent
447590862e
commit
7d2d466fee
3 changed files with 3 additions and 2 deletions
|
|
@ -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 =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue