diff --git a/lib/src/widgets/trail_button.dart b/lib/src/widgets/trail_button.dart index 8c2643eae..e3d965551 100644 --- a/lib/src/widgets/trail_button.dart +++ b/lib/src/widgets/trail_button.dart @@ -20,7 +20,7 @@ class TrailButton extends StatelessWidget { caption, style: TextStyle( color: textColor ?? - Theme.of(context).textTheme.subhead.decorationColor, + Theme.of(context).accentTextTheme.display4.decorationColor, fontWeight: FontWeight.w600, fontSize: 14), ),