Skip to content

Commit

Permalink
decrease the divider height
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmedHanafy725 committed Sep 25, 2024
1 parent 472195b commit 9c7b5ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/lib/widgets/wallets/vertical_divider.dart
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class CustomVerticalDivider extends StatelessWidget {
child: Padding(
padding: EdgeInsets.only(left: 35),
child: SizedBox(
height: 40,
height: 20,
child: VerticalDivider(
color: Colors.grey,
width: 2,
Expand Down

0 comments on commit 9c7b5ae

Please sign in to comment.