Skip to content
Snippets Groups Projects
Commit d81559f1 authored by vjrj's avatar vjrj
Browse files

Less elevation in pay contact

parent 979a9011
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,7 @@ class PayRecipientWidget extends StatelessWidget { ...@@ -15,7 +15,7 @@ class PayRecipientWidget extends StatelessWidget {
final PaymentCubit paymentCubit = BlocProvider.of<PaymentCubit>(context); final PaymentCubit paymentCubit = BlocProvider.of<PaymentCubit>(context);
final ContactsCubit contactsCubit = BlocProvider.of<ContactsCubit>(context); final ContactsCubit contactsCubit = BlocProvider.of<ContactsCubit>(context);
return Card( return Card(
elevation: 8, elevation: 4,
shape: RoundedRectangleBorder( shape: RoundedRectangleBorder(
borderRadius: BorderRadius.circular(10), borderRadius: BorderRadius.circular(10),
), ),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment