Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Commit

Permalink
Decrease box shadow blur on LitGradientCard
Browse files Browse the repository at this point in the history
  • Loading branch information
eightgran committed Jul 14, 2021
1 parent 5f3c2cd commit 7fc4fd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/widgets/containers/lit_gradient_card.dart
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class LitGradientCard extends StatelessWidget {
this.landscapeWidthFactor = 0.60,
this.boxShadow = const [
const BoxShadow(
blurRadius: 8.0,
blurRadius: 4.0,
color: Colors.black26,
offset: Offset(-2, 2.0),
spreadRadius: 1.0,
Expand Down

0 comments on commit 7fc4fd8

Please sign in to comment.