mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-03 17:40:43 +00:00
Changed default text color for TrailButton.
This commit is contained in:
parent
851e5e2644
commit
9e5d98d2e8
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