Skip to content

Commit 38060c5

Browse files
macmac
authored andcommitted
add
1 parent febb809 commit 38060c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/utils/theme/app_theme.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ThemeData lightThemeData(BuildContext context) {
1414
canvasColor: Colors.white,
1515
scaffoldBackgroundColor: const Color.fromARGB(255, 245, 245, 245),
1616
visualDensity: VisualDensity.adaptivePlatformDensity,
17-
tabBarTheme: const TabBarTheme(
17+
tabBarTheme: const TabBarThemeData(
1818
labelColor: Colors.black,
1919
unselectedLabelColor: Colors.grey,
2020
indicatorSize: TabBarIndicatorSize.tab,

0 commit comments

Comments
 (0)