diff --git a/frontend_splatournament_manager/lib/pages/tournament_detail_page.dart b/frontend_splatournament_manager/lib/pages/tournament_detail_page.dart index bd909cd..b3797f9 100644 --- a/frontend_splatournament_manager/lib/pages/tournament_detail_page.dart +++ b/frontend_splatournament_manager/lib/pages/tournament_detail_page.dart @@ -18,8 +18,8 @@ class _TournamentDetailPageState extends State { return Scaffold( appBar: AppBar( title: Text("Tournament"), - backgroundColor: Theme.of(context).colorScheme.surface.withAlpha(148), - elevation: 2, + backgroundColor: Theme.of(context).colorScheme.surface.withAlpha(180), + elevation: 3, actions: [ IconButton( onPressed: () {