Skip to content

Commit

Permalink
remove redundant border shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
kidozh committed Sep 23, 2024
1 parent abfb7be commit 42e9ee5
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions lib/widget/PostWidget.dart
Original file line number Diff line number Diff line change
Expand Up @@ -361,15 +361,6 @@ class PostState extends State<PostStatefulWidget> {
decoration: BoxDecoration(
borderRadius: BorderRadius.all(Radius.circular(8.0)),
color: Theme.of(context).colorScheme.primaryContainer,
boxShadow: [
if(isMaterial(context))
BoxShadow(
color: Theme.of(context).colorScheme.shadow,
spreadRadius: 5,
blurRadius: 7,
offset: Offset(0, 3)
)
]
),
child: ListView.builder(
padding: EdgeInsets.zero,
Expand Down

0 comments on commit 42e9ee5

Please sign in to comment.