increased opacity

This commit is contained in:
2026-03-04 23:51:44 +01:00
parent b525386a6d
commit bffae6258c

View File

@@ -18,8 +18,8 @@ class _TournamentDetailPageState extends State<TournamentDetailPage> {
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: () {