Skip to content

Commit

Permalink
improve ui a little idk
Browse files Browse the repository at this point in the history
  • Loading branch information
user5522 committed Jun 9, 2024
1 parent 81e61b7 commit a9c5d97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/screens/timetable_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class TimetableScreen extends HookConsumerWidget {

return Scaffold(
appBar: AppBar(
scrolledUnderElevation: isGridView.value ? null : 0.0,
scrolledUnderElevation: 0.0,
leading: const NavbarToggle(),
title: const Text('timetable').plural(1),
actions: [
Expand Down

0 comments on commit a9c5d97

Please sign in to comment.