Skip to content

Commit

Permalink
ui: replace filled card with elevated card
Browse files Browse the repository at this point in the history
  • Loading branch information
gvenusleo committed May 11, 2023
1 parent 163fe51 commit 3382264
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/widgets/post_container.dart
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ class PostContainer extends StatelessWidget {
@override
Widget build(BuildContext context) {
return Card(
elevation: 0,
color: Theme.of(context).colorScheme.surfaceVariant.withOpacity(0.4),
// elevation: 0,
// color: Theme.of(context).colorScheme.surfaceVariant,
child: Padding(
padding: const EdgeInsets.all(12),
child: Column(
Expand Down

0 comments on commit 3382264

Please sign in to comment.