fix: internaldrive.fill icon, ink/inkInverse adaptive colors
Light mode: white disk icon on black bg Dark mode: black disk icon on white bg No green — uses AppTheme.ink + AppTheme.inkInverse throughout. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -83,11 +83,11 @@ struct BackupView: View {
|
||||
HStack(spacing: 6) {
|
||||
ZStack {
|
||||
RoundedRectangle(cornerRadius: 6, style: .continuous)
|
||||
.fill(Color(red: 0.12, green: 0.64, blue: 0.38))
|
||||
.fill(AppTheme.ink)
|
||||
.frame(width: 22, height: 22)
|
||||
Image(systemName: "externaldrive.fill")
|
||||
Image(systemName: "internaldrive.fill")
|
||||
.font(.system(size: 10, weight: .medium))
|
||||
.foregroundStyle(.white.opacity(0.92))
|
||||
.foregroundStyle(AppTheme.inkInverse)
|
||||
}
|
||||
Text("kisani.")
|
||||
.font(.system(size: 13, weight: .medium, design: .monospaced))
|
||||
|
||||
Reference in New Issue
Block a user