Skip to content

Commit

Permalink
Removed deprecated import
Browse files Browse the repository at this point in the history
  • Loading branch information
Nailsonseat committed Feb 16, 2024
1 parent 0b60eee commit 73d883f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions frontend/lib/components/timetable_button.dart
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,10 @@ class TimetableButton extends StatelessWidget {
child: OutlinedButton(
onPressed: onPressed,
style: OutlinedButton.styleFrom(
primary: Colors.black,
backgroundColor: Colors.white,
shape: RoundedRectangleBorder(
borderRadius: BorderRadius.circular(5),
),
// padding: const EdgeInsets.all(0),
side: const BorderSide(color: Colors.black, width: 1),
),
child: child,
Expand Down

0 comments on commit 73d883f

Please sign in to comment.