From d6eb581a51c5bb60ae80b373ba774edf4d886ce9 Mon Sep 17 00:00:00 2001 From: Chris Brind Date: Thu, 2 Nov 2023 19:03:32 +0000 Subject: [PATCH] remove warning --- DuckDuckGo/Theme+DesignSystem.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/DuckDuckGo/Theme+DesignSystem.swift b/DuckDuckGo/Theme+DesignSystem.swift index e87e86cefb..65f2be4be5 100644 --- a/DuckDuckGo/Theme+DesignSystem.swift +++ b/DuckDuckGo/Theme+DesignSystem.swift @@ -43,7 +43,6 @@ extension Theme { var ddgTextTintColor: UIColor { UIColor(designSystemColor: .textPrimary) } -#warning("might change") var privacyDashboardWebviewBackgroundColor: UIColor { UIColor(designSystemColor: .surface) } var iconCellBorderColor: UIColor { UIColor(designSystemColor: .icons) }