Minor change.
This commit is contained in:
parent
e8882a62b8
commit
7f66ebd7e6
|
@ -439,7 +439,7 @@ class EpisodeGrid extends StatelessWidget {
|
||||||
color: isListened > 0
|
color: isListened > 0
|
||||||
? context.brightness == Brightness.light
|
? context.brightness == Brightness.light
|
||||||
? Colors.grey[200]
|
? Colors.grey[200]
|
||||||
: Color.fromRGBO(40, 40, 40, 1)
|
: Color.fromRGBO(50, 50, 50, 1)
|
||||||
: context.scaffoldBackgroundColor,
|
: context.scaffoldBackgroundColor,
|
||||||
boxShadow: [
|
boxShadow: [
|
||||||
BoxShadow(
|
BoxShadow(
|
||||||
|
|
Loading…
Reference in New Issue