Changed var name

This commit is contained in:
2025-07-19 18:06:38 +02:00
parent a7521a3168
commit f17eac14b9
3 changed files with 4 additions and 4 deletions

View File

@@ -17,7 +17,7 @@ class _TabViewState extends State<TabView> {
Widget build(BuildContext context) {
return CupertinoTabScaffold(
tabBar: CupertinoTabBar(
backgroundColor: CustomTheme.mainElementbackgroundColor,
backgroundColor: CustomTheme.mainElementBackgroundColor,
iconSize: 27,
height: 55,
items: <BottomNavigationBarItem>[