1
0
mirror of git://jb55.com/damus synced 2024-10-01 09:20:47 +00:00

fixed: icon color for developer mode setting is incorrect in low-light mode

Changelog-Fixed: icon color for developer mode setting is incorrect in low-light mode
Signed-off-by: Bryan Montz <bryanmontz@me.com>
Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
Bryan Montz 2023-07-13 06:48:18 -05:00 committed by William Casarin
parent c0f9b0a8c0
commit fdaf785869

View File

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