minor changes
This commit is contained in:
parent
590c72c6e0
commit
9466c03397
2 changed files with 2 additions and 1 deletions
|
@ -75,6 +75,7 @@ class _MemoriesWidgetState extends State<MemoriesWidget> {
|
|||
return SizedBox(
|
||||
height: 125,
|
||||
child: ListView.builder(
|
||||
physics: const BouncingScrollPhysics(),
|
||||
scrollDirection: Axis.horizontal,
|
||||
controller: _controller,
|
||||
itemCount: memoryWidgets.length,
|
||||
|
|
|
@ -82,7 +82,7 @@ class _MemoryCoverWidgetNewState extends State<MemoryCoverWidgetNew> {
|
|||
horizontal: 8.0,
|
||||
),
|
||||
child: Text(
|
||||
"1 year ago",
|
||||
title,
|
||||
style: getEnteTextTheme(context).miniBold,
|
||||
),
|
||||
),
|
||||
|
|
Loading…
Add table
Reference in a new issue