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:
committed by
William Casarin
parent
c0f9b0a8c0
commit
fdaf785869
@@ -61,7 +61,7 @@ struct ConfigView: View {
|
|||||||
}
|
}
|
||||||
|
|
||||||
NavigationLink(value: Route.DeveloperSettings(settings: settings)) {
|
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)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user