Minor change.

This commit is contained in:
stonegate 2020-10-11 20:28:20 +08:00
parent e8882a62b8
commit 7f66ebd7e6
1 changed files with 1 additions and 1 deletions

View File

@ -439,7 +439,7 @@ class EpisodeGrid extends StatelessWidget {
color: isListened > 0
? context.brightness == Brightness.light
? Colors.grey[200]
: Color.fromRGBO(40, 40, 40, 1)
: Color.fromRGBO(50, 50, 50, 1)
: context.scaffoldBackgroundColor,
boxShadow: [
BoxShadow(