1 parent 4a78dab commit 58824a7Copy full SHA for 58824a7
1 file changed
lib/main.dart
@@ -53,13 +53,14 @@ class FBDataManagerApp extends StatelessWidget {
53
),
54
55
56
- tabBarTheme: const TabBarTheme(
57
- labelColor: Color(0xFFD782BA),
+ // FIXED: Updated TabBarTheme to TabBarThemeData
+ tabBarTheme: TabBarThemeData(
58
+ labelColor: const Color(0xFFD782BA),
59
unselectedLabelColor: Colors.grey,
60
indicator: BoxDecoration(
61
border: Border(
62
bottom: BorderSide(
- color: Color(0xFFD782BA),
63
+ color: const Color(0xFFD782BA),
64
width: 2,
65
66
0 commit comments