CAKE-344 | added MoonPay contact to support page; applied icon color change according to theme

This commit is contained in:
OleksandrSobol 2021-06-29 13:52:22 +03:00
parent a423f4b776
commit dbf4897ac8
5 changed files with 24 additions and 3 deletions

View file

@ -34,6 +34,7 @@ class SupportPage extends BasePage {
return SettingsLinkProviderCell(
title: item.title,
icon: item.icon,
iconColor: item.iconColor,
link: item.link,
linkTitle: item.linkTitle);
}