Skip to content

Commit 58824a7

Browse files
committed
firshhhht commit
1 parent 4a78dab commit 58824a7

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

lib/main.dart

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,14 @@ class FBDataManagerApp extends StatelessWidget {
5353
),
5454
),
5555
),
56-
tabBarTheme: const TabBarTheme(
57-
labelColor: Color(0xFFD782BA),
56+
// FIXED: Updated TabBarTheme to TabBarThemeData
57+
tabBarTheme: TabBarThemeData(
58+
labelColor: const Color(0xFFD782BA),
5859
unselectedLabelColor: Colors.grey,
5960
indicator: BoxDecoration(
6061
border: Border(
6162
bottom: BorderSide(
62-
color: Color(0xFFD782BA),
63+
color: const Color(0xFFD782BA),
6364
width: 2,
6465
),
6566
),

0 commit comments

Comments
 (0)