mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 20:39:51 +00:00
CAKE-344 | added MoonPay contact to support page; applied icon color change according to theme
This commit is contained in:
parent
a423f4b776
commit
dbf4897ac8
5 changed files with 24 additions and 3 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue