diff --git a/lib/routes/home/widgets/bottom_actions_bar/receive_options_bottom_sheet.dart b/lib/routes/home/widgets/bottom_actions_bar/receive_options_bottom_sheet.dart index 6deaba07f..882734124 100644 --- a/lib/routes/home/widgets/bottom_actions_bar/receive_options_bottom_sheet.dart +++ b/lib/routes/home/widgets/bottom_actions_bar/receive_options_bottom_sheet.dart @@ -56,6 +56,11 @@ class ReceiveOptionsBottomSheet extends StatelessWidget { ), onTap: () => _push(context, "/swap_page"), ), + Divider( + height: 0.0, + color: Colors.white.withOpacity(0.2), + indent: 72.0, + ), ListTile( leading: const BottomActionItemImage( iconAssetPath: "src/icon/credit_card.png",