Updated colors

This commit is contained in:
2025-07-19 18:01:39 +02:00
parent b7f6bf9348
commit a7521a3168
4 changed files with 11 additions and 8 deletions

View File

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