| Index: sky/sdk/lib/widgets/tabs.dart
|
| diff --git a/sky/sdk/lib/widgets/tabs.dart b/sky/sdk/lib/widgets/tabs.dart
|
| index bb12080c7de101b4b40c032822404ddc1860278c..4bfc3b32a1e69d946d4670bd53ee28ae5df21ab9 100644
|
| --- a/sky/sdk/lib/widgets/tabs.dart
|
| +++ b/sky/sdk/lib/widgets/tabs.dart
|
| @@ -416,7 +416,7 @@ class TabBar extends Scrollable {
|
| Color backgroundColor = themeData.primaryColor;
|
| Color indicatorColor = themeData.accentColor;
|
| if (indicatorColor == backgroundColor) {
|
| - indicatorColor = colors.White;
|
| + indicatorColor = colors.white;
|
| }
|
|
|
| TextStyle textStyle;
|
|
|