Skip to content

Commit

Permalink
Merge pull request #4 from Chapa-Et/development
Browse files Browse the repository at this point in the history
 Minor Fix
  • Loading branch information
isrugeek authored Dec 31, 2024
2 parents 611437c + 8a225ea commit 69a4a87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/features/native-checkout/chapa_native_payment.dart
Original file line number Diff line number Diff line change
Expand Up @@ -819,7 +819,7 @@ class _PaymentMethodsCustomBuilderViewState
color: Theme.of(context).scaffoldBackgroundColor,
boxShadow: [
BoxShadow(
color: Theme.of(context).shadowColor.withAlpha(128), // 50% opacity You can change it to .withOpacity(0.05) just remember .withOpacity(0.05) is deprecated
color: Theme.of(context).shadowColor.withAlpha(24),
blurRadius: 2,
spreadRadius: 2.0,
offset: Offset(0, 4), // Controls the position of the shadow
Expand Down

0 comments on commit 69a4a87

Please sign in to comment.