diff --git a/damus/Views/ConfigView.swift b/damus/Views/ConfigView.swift index d6b61ae8..bc05cc09 100644 --- a/damus/Views/ConfigView.swift +++ b/damus/Views/ConfigView.swift @@ -61,7 +61,7 @@ struct ConfigView: View { } NavigationLink(value: Route.DeveloperSettings(settings: settings)) { - IconLabel(NSLocalizedString("Developer", comment: "Section header for developer settings"), img_name: "magic-stick2.fill", color: .black) + IconLabel(NSLocalizedString("Developer", comment: "Section header for developer settings"), img_name: "magic-stick2.fill", color: DamusColors.adaptableBlack) } }