fix: use SF Symbol in logo mark, bold kisani. wordmark

SF Symbol 'externaldrive.fill' renders reliably vs sparse PNG.
White icon on UGREEN green (#1FA462) background — crisp at all sizes.
kisani. weight: medium -> bold on login and connect screens.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Robin Kutesa
2026-05-16 19:03:29 +03:00
parent b46fc20975
commit 6f7e80023f
3 changed files with 13 additions and 22 deletions

View File

@@ -85,12 +85,9 @@ struct BackupView: View {
RoundedRectangle(cornerRadius: 6, style: .continuous)
.fill(Color(red: 0.12, green: 0.64, blue: 0.38))
.frame(width: 22, height: 22)
Image("ugreen_logo")
.resizable()
.renderingMode(.template)
.scaledToFit()
.frame(width: 15, height: 15)
.foregroundStyle(.white)
Image(systemName: "externaldrive.fill")
.font(.system(size: 10, weight: .medium))
.foregroundStyle(.white.opacity(0.92))
}
Text("kisani.")
.font(.system(size: 13, weight: .medium, design: .monospaced))