fix: how to play dialog text style uses headline4 (#388)

pull/389/head
Jorge Coca 2 years ago committed by GitHub
parent 9d184fedf9
commit e55ce8f7e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -240,7 +240,7 @@ class _DesktopFlipperControls extends StatelessWidget {
children: [
Text(
l10n.flipperControls,
style: Theme.of(context).textTheme.subtitle2,
style: Theme.of(context).textTheme.headline4,
),
const SizedBox(height: 10),
Column(

Loading…
Cancel
Save