diff --git a/ios/FluentUI/Core/FluentUIFramework.swift b/ios/FluentUI/Core/FluentUIFramework.swift index 02d20843c4..8d680ee687 100644 --- a/ios/FluentUI/Core/FluentUIFramework.swift +++ b/ios/FluentUI/Core/FluentUIFramework.swift @@ -22,6 +22,9 @@ public extension Colors { public static var background: UIColor = NavigationBar.background public static var tint: UIColor = NavigationBar.tint } + + // Objective-C support + @objc static var navigationBarBackground: UIColor { return NavigationBar.background } } // MARK: - FluentUIFramework