|
|
|
|
@ -1195,7 +1195,8 @@ class SeriesListScreen extends ConsumerWidget {
|
|
|
|
|
const widgets.SizedBox(width: 16),
|
|
|
|
|
widgets.SizedBox(
|
|
|
|
|
width: seasonWidths[s] ?? 74,
|
|
|
|
|
child: Center(
|
|
|
|
|
child: Align(
|
|
|
|
|
alignment: Alignment.centerLeft,
|
|
|
|
|
child: Text('Season $s',
|
|
|
|
|
style: Theme.of(context)
|
|
|
|
|
.textTheme
|
|
|
|
|
|