Skip to content

Commit 65c9210

Browse files
authored
Update profile card background in dark mode (#755)
2 parents e996081 + 4886447 commit 65c9210

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

Sources/GravatarUI/SwiftUI/AvatarPicker/AvatarPickerProfileViewWrapper.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ struct AvatarPickerProfileViewWrapper: View {
5959
@ViewBuilder
6060
private var profileBackground: some View {
6161
if colorScheme == .dark {
62-
Color(UIColor.systemBackground).colorInvert().opacity(0.09)
62+
Color(UIColor.secondarySystemBackground)
6363
} else {
6464
Color(UIColor.systemBackground)
6565
}
Loading

0 commit comments

Comments
 (0)