mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-17 09:47:37 +00:00
comment update
This commit is contained in:
parent
e465030d3d
commit
44fe0a4a0f
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ class _BUY {
|
|||
|
||||
String simplexLogo(BuildContext context) {
|
||||
return (Theme.of(context).extension<StackColors>()!.themeType ==
|
||||
ThemeType.dark)
|
||||
ThemeType.dark) // TODO make sure this cover OLED black, too
|
||||
? "assets/svg/buy/Simplex-Nuvei-Logo-light.svg"
|
||||
: "assets/svg/buy/Simplex-Nuvei-Logo.svg";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue