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

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

@ -34,7 +34,7 @@ void main() {
); );
}); });
test('headline1 matches PinballTextStyle#headline3', () { test('headline3 matches PinballTextStyle#headline3', () {
expect( expect(
PinballTheme.standard.textTheme.headline3!.fontSize, PinballTheme.standard.textTheme.headline3!.fontSize,
PinballTextStyle.headline3.fontSize, PinballTextStyle.headline3.fontSize,

Loading…
Cancel
Save