diff --git a/frontend/lib/components/timetable_button.dart b/frontend/lib/components/timetable_button.dart index 93a935f..bf4f2bb 100644 --- a/frontend/lib/components/timetable_button.dart +++ b/frontend/lib/components/timetable_button.dart @@ -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,