card color improvements

This commit is contained in:
Fabian Freund
2026-03-05 18:00:15 +01:00
parent 66183ec075
commit 42fc1c8da0
3 changed files with 10 additions and 1 deletions
@@ -62,6 +62,7 @@ class FeedArticleCard extends HookConsumerWidget {
};
return Card(
color: Theme.of(context).colorScheme.surfaceContainerHigh,
clipBehavior: Clip.antiAlias,
child: InkWell(
onTap: () async {
@@ -41,6 +41,7 @@ class FeedCard extends HookConsumerWidget {
final theme = Theme.of(context);
return Card(
color: Theme.of(context).colorScheme.surfaceContainerHigh,
clipBehavior: Clip.antiAlias,
child: InkWell(
onTap: () async {
@@ -97,8 +98,8 @@ class FeedCard extends HookConsumerWidget {
child: TagsHorizontalList(tags: feed.tags!),
),
const Divider(),
],
const Divider(),
Row(
mainAxisAlignment: MainAxisAlignment.spaceBetween,
children: [