Skip to content

Commit

Permalink
ui: gradient center position
Browse files Browse the repository at this point in the history
  • Loading branch information
Anxcye committed Jan 21, 2025
1 parent cc453e4 commit e2e2c4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/page/home_page/bookshelf_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ class BookshelfPageState extends ConsumerState<BookshelfPage> {
decoration: BoxDecoration(
gradient: RadialGradient(
tileMode: TileMode.clamp,
center: Alignment.bottomLeft,
center: Alignment.topRight,
radius: 1,
colors: [
Theme.of(context).colorScheme.primary.withOpacity(0.05),
Expand Down

0 comments on commit e2e2c4a

Please sign in to comment.