fix: also fix exchange template

This commit is contained in:
Rafael Saes 2023-07-12 10:21:10 -03:00
parent cedc54c11c
commit c4a7e0f34f

View file

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