Skip to content

Commit

Permalink
Style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Nilay-squareup committed Jun 26, 2024
1 parent a0a39a6 commit bc812e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion example/lib/widgets/cookie_button.dart
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class CookieButton extends StatelessWidget {
width: MediaQuery.of(context).size.width * .44,
child: ElevatedButton(
style: ElevatedButton.styleFrom(
primary: mainButtonColor,
backgroundColor: mainButtonColor,
shape: RoundedRectangleBorder(
borderRadius: BorderRadius.circular(15.0),
),
Expand Down
4 changes: 2 additions & 2 deletions example/lib/widgets/order_sheet.dart
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ class OrderSheet extends StatelessWidget {
width: MediaQuery.of(context).size.width * .44,
child: ElevatedButton(
style: ElevatedButton.styleFrom(
primary: Colors.black,
backgroundColor: Colors.black,
shape: RoundedRectangleBorder(
borderRadius: BorderRadius.circular(15.0),
),
Expand Down Expand Up @@ -160,7 +160,7 @@ class OrderSheet extends StatelessWidget {
width: MediaQuery.of(context).size.width * .44,
child: ElevatedButton(
style: ElevatedButton.styleFrom(
primary: Colors.black,
backgroundColor: Colors.black,
shape: RoundedRectangleBorder(
borderRadius: BorderRadius.circular(15.0),
),
Expand Down

0 comments on commit bc812e8

Please sign in to comment.