Skip to content

Commit

Permalink
fix: button to full round
Browse files Browse the repository at this point in the history
  • Loading branch information
jenshor committed Aug 27, 2024
1 parent ad48ccc commit 2197604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ui/widgets/primary_button.dart
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class PrimaryButton extends StatelessWidget {
decoration: BoxDecoration(
color: AppTheme.of(context).background.brand,
borderRadius: BorderRadius.circular(
0,
AppTheme.of(context).radius.full,
),
),
child: Row(
Expand Down

0 comments on commit 2197604

Please sign in to comment.