From 1d1afab0f96c2a6c80fe863911fded30d9fec07b Mon Sep 17 00:00:00 2001 From: Trey t Date: Sun, 20 Feb 2022 15:00:32 -0600 Subject: [PATCH] remove code from the wrong spot --- Shared/views/CustomizeView/CustomizeView.swift | 2 -- 1 file changed, 2 deletions(-) diff --git a/Shared/views/CustomizeView/CustomizeView.swift b/Shared/views/CustomizeView/CustomizeView.swift index 73e7f58..94fca3d 100644 --- a/Shared/views/CustomizeView/CustomizeView.swift +++ b/Shared/views/CustomizeView/CustomizeView.swift @@ -217,8 +217,6 @@ struct CustomizeView: View { impactMed.impactOccurred() personalityPack = aPack LocalNotification.rescheduleNotifiations() - - UITabBar.appearance().backgroundColor = UIColor(cgColor: theme.currentTheme.secondaryBGColor.cgColor ?? UIColor.secondarySystemBackground.cgColor) } if aPack.rawValue != (PersonalityPack.allCases.sorted(by: { $0.rawValue > $1.rawValue }).first?.rawValue) ?? 0 { Divider()