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:
@@ -18,7 +18,7 @@ struct ConnectView: View {
|
||||
VStack(spacing: 12) {
|
||||
// "kisani." wordmark
|
||||
Text("kisani.")
|
||||
.font(.system(size: 13, weight: .medium, design: .monospaced))
|
||||
.font(.system(size: 13, weight: .bold, design: .monospaced))
|
||||
.foregroundStyle(AppTheme.inkTertiary)
|
||||
.kerning(1.2)
|
||||
.padding(.top, 44)
|
||||
@@ -29,12 +29,9 @@ struct ConnectView: View {
|
||||
.fill(Color(red: 0.12, green: 0.64, blue: 0.38))
|
||||
.frame(width: 72, height: 72)
|
||||
|
||||
Image("ugreen_logo")
|
||||
.resizable()
|
||||
.renderingMode(.template)
|
||||
.scaledToFit()
|
||||
.frame(width: 50, height: 50)
|
||||
.foregroundStyle(.white)
|
||||
Image(systemName: "externaldrive.fill")
|
||||
.font(.system(size: 26, weight: .medium))
|
||||
.foregroundStyle(.white.opacity(0.92))
|
||||
}
|
||||
.shadow(color: Color(red: 0.12, green: 0.64, blue: 0.38).opacity(0.3),
|
||||
radius: 12, x: 0, y: 4)
|
||||
|
||||
Reference in New Issue
Block a user