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

pull/358/head
Jorge Coca 2 years ago committed by alestiago
parent df074be217
commit 61e73f8529

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