diff --git a/damus/Components/CustomPicker.swift b/damus/Components/CustomPicker.swift index 90401a53..3fa6a491 100644 --- a/damus/Components/CustomPicker.swift +++ b/damus/Components/CustomPicker.swift @@ -52,6 +52,7 @@ struct CustomPicker: View { .accentColor(tag == selection ? textColor() : .gray) } } + .background(Color(UIColor.systemBackground)) } func textColor() -> Color {