File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import 'theme.dart';
1515const double _kTabBarHeight = 50.0 ;
1616
1717const Color _kDefaultTabBarBorderColor = CupertinoDynamicColor .withBrightness (
18- color: Color (0x4C000000 ),
18+ color: Color (0x4D000000 ),
1919 darkColor: Color (0x29000000 ),
2020);
2121const Color _kDefaultTabBarInactiveColor = CupertinoColors .inactiveGray;
Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ Future<void> main() async {
152152
153153 // Border color is resolved correctly.
154154 final BoxDecoration decoration1 = renderDecoratedBox.decoration as BoxDecoration ;
155- expect (decoration1.border! .top.color.value, 0x4C000000 );
155+ expect (decoration1.border! .top.color.value, 0x4D000000 );
156156
157157 // Switch to dark mode.
158158 await pumpWidgetWithBoilerplate (tester, MediaQuery (
You can’t perform that action at this time.
0 commit comments