mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-12-23 12:09:43 +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,
|
||||
color: Colors.green,
|
||||
color: Theme.of(context).primaryColor,
|
||||
textColor: Colors.white),
|
||||
]),
|
||||
))
|
||||
|
|
Loading…
Reference in a new issue