Merge pull request #83 from cake-tech/CAKE-259

Changed default text color for TrailButton.
This commit is contained in:
M 2021-02-09 18:34:51 +02:00
commit 4f2eebfc8d

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),
), ),