Skip to content

Commit

Permalink
Merge pull request #600 from breez/598-missing-separator-in-the-send-…
Browse files Browse the repository at this point in the history
…action-menu

add divider above Buy Bitcoin
  • Loading branch information
ubbabeck authored Jul 13, 2023
2 parents d544034 + 909a5ee commit 94c042f
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 94c042f

Please sign in to comment.