Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
MysteryCoder456 committed Jan 1, 2023
1 parent 877c452 commit b8e740f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/tab_screens/home.dart
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,9 @@ class HomeScreenState extends State<HomeScreen> {
),
MaterialButton(
onPressed: () => Navigator.pop(context, true),
shape: const RoundedRectangleBorder(
borderRadius: BorderRadius.all(Radius.circular(14))),
shape: RoundedRectangleBorder(
borderRadius: BorderRadius.circular(14),
),
color: Theme.of(context).colorScheme.primary,
child: const Text("Yes Please!"),
),
Expand Down

0 comments on commit b8e740f

Please sign in to comment.