Update packages/pinball_ui/test/src/theme/pinball_text_style_test.dart

Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com>
pull/280/head
Jorge Coca 3 years ago committed by GitHub
parent 5b2d8aeb43
commit 4d080d1e9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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);

Loading…
Cancel
Save