Skip to content

Commit

Permalink
fix(UI/UX): use Ink for selected article and taps in the listing
Browse files Browse the repository at this point in the history
  • Loading branch information
casimir committed Nov 6, 2024
1 parent 570ff70 commit 44d4b58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pages/articles/listing.dart
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class _ListingPageState extends ConsumerState<ListingPage> {
if (widget.withProgressIndicator)
const PinnedHeaderSliver(child: RemoteSyncProgressIndicator()),
],
body: Container(
body: Ink(
color: Theme.of(context).colorScheme.surface,
child: Builder(builder: (context) {
return ArticleListView(
Expand Down

0 comments on commit 44d4b58

Please sign in to comment.