mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-11 05:14:46 +00:00
fix: also fix exchange template
This commit is contained in:
parent
cedc54c11c
commit
c4a7e0f34f
1 changed files with 1 additions and 1 deletions
|
@ -242,7 +242,7 @@ class ExchangeTemplatePage extends BasePage {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
text: S.of(context).save,
|
text: S.of(context).save,
|
||||||
color: Colors.green,
|
color: Theme.of(context).primaryColor,
|
||||||
textColor: Colors.white),
|
textColor: Colors.white),
|
||||||
]),
|
]),
|
||||||
))
|
))
|
||||||
|
|
Loading…
Reference in a new issue