diff --git a/Authenticator/UI/About/AboutView.swift b/Authenticator/UI/About/AboutView.swift index 14508738..46e8f418 100644 --- a/Authenticator/UI/About/AboutView.swift +++ b/Authenticator/UI/About/AboutView.swift @@ -42,7 +42,7 @@ struct AboutView: View { .frame(maxWidth: .infinity) .padding(.top, 10) .padding(.horizontal, 20) - .listRowBackground(Color(.tableBackground)) + .listRowBackground(Color.black.opacity(0)) Section("Application") { NavigationLink { diff --git a/Authenticator/UI/YubiKeyConfiguration/ConfigurationView.swift b/Authenticator/UI/YubiKeyConfiguration/ConfigurationView.swift index 08d4d87a..53188740 100644 --- a/Authenticator/UI/YubiKeyConfiguration/ConfigurationView.swift +++ b/Authenticator/UI/YubiKeyConfiguration/ConfigurationView.swift @@ -47,7 +47,7 @@ struct ConfigurationView: View { .frame(maxWidth: .infinity) .padding(.top, 10) .padding(.horizontal, 20) - .listRowBackground(Color(.tableBackground)) + .listRowBackground(Color.black.opacity(0)) } if let deviceInfo = model.deviceInfo {