Changed default text color for TrailButton.

This commit is contained in:
M 2021-02-09 16:23:41 +02:00
parent 851e5e2644
commit 9e5d98d2e8

View file

@ -20,7 +20,7 @@ class TrailButton extends StatelessWidget {
caption, caption,
style: TextStyle( style: TextStyle(
color: textColor ?? color: textColor ??
Theme.of(context).textTheme.subhead.decorationColor, Theme.of(context).accentTextTheme.display4.decorationColor,
fontWeight: FontWeight.w600, fontWeight: FontWeight.w600,
fontSize: 14), fontSize: 14),
), ),