increased opacity
This commit is contained in:
@@ -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: () {
|
||||||
|
|||||||
Reference in New Issue
Block a user