diff --git a/packages/pinball_ui/test/src/theme/pinball_text_style_test.dart b/packages/pinball_ui/test/src/theme/pinball_text_style_test.dart index b24ade26..2af092b2 100644 --- a/packages/pinball_ui/test/src/theme/pinball_text_style_test.dart +++ b/packages/pinball_ui/test/src/theme/pinball_text_style_test.dart @@ -14,7 +14,7 @@ void main() { expect(style.fontSize, 24); }); - test('headline3 has fontSize 20 and white color', () { + test('headline3 has fontSize 20 and dark blue color', () { const style = PinballTextStyle.headline3; expect(style.fontSize, 20); expect(style.color, PinballColors.darkBlue);