diff --git a/lib/ui/memories_widget.dart b/lib/ui/memories_widget.dart index 04e68cab0..1343ab2e2 100644 --- a/lib/ui/memories_widget.dart +++ b/lib/ui/memories_widget.dart @@ -209,7 +209,7 @@ class _FullScreenMemoryState extends State { tag: widget.title, child: Container( alignment: Alignment.bottomCenter, - padding: EdgeInsets.fromLTRB(0, 0, 0, 44), + padding: EdgeInsets.fromLTRB(0, 0, 0, 160), child: AnimatedOpacity( opacity: _opacity, duration: Duration(milliseconds: 500), @@ -273,9 +273,12 @@ class _FullScreenMemoryState extends State { index: _index, itemCount: widget.memories.length, pagination: SwiperPagination( - alignment: Alignment.topCenter, + alignment: Alignment.bottomCenter, margin: EdgeInsets.all(36), - builder: DotSwiperPaginationBuilder(activeColor: Colors.white)), + builder: FractionPaginationBuilder( + activeColor: Colors.white, + color: Colors.grey, + )), loop: false, control: SwiperControl(), onIndexChanged: (index) async {