From 04fa4edad8f4cf32b8f0f38f04ca2f1faf6673dc Mon Sep 17 00:00:00 2001 From: Joel Klabo Date: Wed, 8 Mar 2023 23:33:42 -0800 Subject: [PATCH] Fixed tab bar background color on macOS Changelog-Fixed: Fixed tab bar background color on macOS Closes: #765 --- damus/Components/CustomPicker.swift | 1 + 1 file changed, 1 insertion(+) 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 {