comment update

This commit is contained in:
sneurlax 2023-01-24 11:23:39 -06:00
parent e465030d3d
commit 44fe0a4a0f

View file

@ -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";
}