diff --git a/lib/page/home_page/bookshelf_page.dart b/lib/page/home_page/bookshelf_page.dart index dec0e13..126c983 100644 --- a/lib/page/home_page/bookshelf_page.dart +++ b/lib/page/home_page/bookshelf_page.dart @@ -251,7 +251,7 @@ class BookshelfPageState extends ConsumerState { decoration: BoxDecoration( gradient: RadialGradient( tileMode: TileMode.clamp, - center: Alignment.bottomLeft, + center: Alignment.topRight, radius: 1, colors: [ Theme.of(context).colorScheme.primary.withOpacity(0.05),