fix appbar color change on scroll

This commit is contained in:
2025-06-25 13:57:03 +02:00
parent 348b812f9c
commit 27f501646b

View File

@@ -33,6 +33,7 @@ class _CustomNavigationBarState extends State<CustomNavigationBar>
return Scaffold(
appBar: AppBar(
backgroundColor: CustomTheme.backgroundColor,
scrolledUnderElevation: 0,
actions: [
IconButton(
onPressed: () => Navigator.push(