From 9e5d98d2e846b4272a5a6128c27a9406cfb925b3 Mon Sep 17 00:00:00 2001 From: M Date: Tue, 9 Feb 2021 16:23:41 +0200 Subject: [PATCH] Changed default text color for TrailButton. --- lib/src/widgets/trail_button.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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), ),