no-asset banner

This commit is contained in:
spaced4ndy
2026-07-30 20:20:39 +04:00
parent abad4dc590
commit e640932703
@@ -118,7 +118,8 @@ struct SupportSimpleXBanner: View {
.resizable()
.scaledToFit()
.frame(width: 48, height: 48)
.padding(.top, (cardHeight - 48) / 2)
.padding(.vertical, (cardHeight - 48) / 2)
.padding(.trailing, 12)
#endif
}