Skip to content

Commit

Permalink
chore: 💄 Fix alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
redDwarf03 committed Dec 22, 2024
1 parent db13e5e commit 2d3c17c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class CustomTokenAddBtn extends ConsumerWidget {
@override
Widget build(BuildContext context, WidgetRef ref) {
return Padding(
padding: const EdgeInsets.only(left: 10, right: 10),
padding: const EdgeInsets.only(left: 10),
child: Row(
mainAxisAlignment: MainAxisAlignment.center,
children: [
Expand Down

0 comments on commit 2d3c17c

Please sign in to comment.