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) }