mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-03 17:40:43 +00:00
Merge pull request #83 from cake-tech/CAKE-259
Changed default text color for TrailButton.
This commit is contained in:
commit
4f2eebfc8d
1 changed files with 1 additions and 1 deletions
|
@ -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),
|
||||
),
|
||||
|
|
Loading…
Reference in a new issue