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( return Scaffold(
appBar: AppBar( appBar: AppBar(
title: Text("Tournament"), title: Text("Tournament"),
backgroundColor: Theme.of(context).colorScheme.surface.withAlpha(148), backgroundColor: Theme.of(context).colorScheme.surface.withAlpha(180),
elevation: 2, elevation: 3,
actions: [ actions: [
IconButton( IconButton(
onPressed: () { onPressed: () {