Skip to content

Commit

Permalink
Fixes AOSSIE-Org#217 | Update tab bar indicator color to match app theme
Browse files Browse the repository at this point in the history
  • Loading branch information
navaneeth0041 committed Dec 28, 2024
1 parent 0db6c4f commit d8bc720
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ class MyApp extends StatelessWidget {
title: 'Monumento',
theme: ThemeData(
useMaterial3: false,
tabBarTheme: TabBarTheme(
indicatorColor: AppColor.appPrimary,
)
),
builder: (context, child) {
return DevicePreview.appBuilder(
Expand Down

0 comments on commit d8bc720

Please sign in to comment.