minor changes

This commit is contained in:
ashilkn 2024-01-12 12:06:21 +05:30
parent 590c72c6e0
commit 9466c03397
2 changed files with 2 additions and 1 deletions

View file

@ -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,

View file

@ -82,7 +82,7 @@ class _MemoryCoverWidgetNewState extends State<MemoryCoverWidgetNew> {
horizontal: 8.0,
),
child: Text(
"1 year ago",
title,
style: getEnteTextTheme(context).miniBold,
),
),