Skip to content

Commit

Permalink
ahh
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryanidk committed Jan 28, 2024
1 parent 87542b8 commit 928f6f2
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions lib/screens/start.dart
Original file line number Diff line number Diff line change
Expand Up @@ -42,19 +42,13 @@ class _StartState extends State<StartPage> {
child: Column(
mainAxisAlignment: MainAxisAlignment.center,
children: <Widget>[
TextButton(
ElevatedButton(
onPressed: pitScouting,
style: TextButton.styleFrom(
backgroundColor:
const Color.fromARGB(248, 248, 248, 248)),
child: const Text("Pit Scouting",
style: TextStyle(fontSize: 28))),
const Padding(padding: EdgeInsets.all(10)),
TextButton(
ElevatedButton(
onPressed: matchScouting,
style: TextButton.styleFrom(
backgroundColor:
const Color.fromARGB(248, 248, 248, 248)),
child: const Text("Match Scouting",
style: TextStyle(fontSize: 28))),
],
Expand Down

0 comments on commit 928f6f2

Please sign in to comment.