fixed color change in appbar when scrolling

This commit is contained in:
2025-11-17 21:19:17 +01:00
parent 6b2fb18ec0
commit c3a2ac77b0

View File

@@ -50,6 +50,7 @@ class _CreateGroupViewState extends State<CreateGroupView> {
backgroundColor: CustomTheme.backgroundColor,
appBar: AppBar(
backgroundColor: CustomTheme.backgroundColor,
scrolledUnderElevation: 0,
title: const Text(
"Create new group",
style: const TextStyle(fontSize: 20, fontWeight: FontWeight.bold),