Removed debug background

This commit is contained in:
lumaa-dev 2024-11-02 18:15:42 +01:00
parent 4ad2c214f0
commit f5805b2f4d
1 changed files with 1 additions and 7 deletions

View File

@ -294,13 +294,7 @@ struct CompactPostView: View {
)
.opacity(0.2)
} else {
// Color.appBackground
LinearGradient(
stops: [.init(color: Color.subClub, location: 0.0), .init(color: Color.appBackground, location: 0.2)],
startPoint: .topTrailing,
endPoint: .bottomLeading
)
.opacity(0.2)
Color.appBackground
}
}
}