File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import 'theme.dart';
15
15
const double _kTabBarHeight = 50.0 ;
16
16
17
17
const Color _kDefaultTabBarBorderColor = CupertinoDynamicColor .withBrightness (
18
- color: Color (0x4C000000 ),
18
+ color: Color (0x4D000000 ),
19
19
darkColor: Color (0x29000000 ),
20
20
);
21
21
const Color _kDefaultTabBarInactiveColor = CupertinoColors .inactiveGray;
Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ Future<void> main() async {
152
152
153
153
// Border color is resolved correctly.
154
154
final BoxDecoration decoration1 = renderDecoratedBox.decoration as BoxDecoration ;
155
- expect (decoration1.border! .top.color.value, 0x4C000000 );
155
+ expect (decoration1.border! .top.color.value, 0x4D000000 );
156
156
157
157
// Switch to dark mode.
158
158
await pumpWidgetWithBoilerplate (tester, MediaQuery (
You can’t perform that action at this time.
0 commit comments