Changed default text color for TrailButton.

M committed Feb 9, 2021 at 16:23 UTC 9e5d98d2e846b4272a5a6128c27a9406cfb925b3
1 file changed +1 -1
lib/src/widgets/trail_button.dart
+1 -1
@@ -20,7 +20,7 @@ class TrailButton extends StatelessWidget {
20 caption,
21 style: TextStyle(
22 color: textColor ??
23 - Theme.of(context).textTheme.subhead.decorationColor,
23 + Theme.of(context).accentTextTheme.display4.decorationColor,
24 fontWeight: FontWeight.w600,
25 fontSize: 14),
26 ),