Skip to content

Commit 5d5d7be

Browse files
fix golder test
1 parent 3620b3c commit 5d5d7be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/flutter/test/widgets/box_decoration_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,7 @@ Future<void> main() async {
596596
width: 800,
597597
height: 800,
598598
decoration: const ShapeDecoration(
599-
color: Color(0xFFFF6F00),
599+
color: Color(0xFFF4A43F),
600600
shape: CircleBorder(side: BorderSide(strokeAlign: BorderSide.strokeAlignOutside)),
601601
),
602602
child: Directionality(

0 commit comments

Comments
 (0)