diff --git a/src/Projects/BKDesign/Resources/Assets.xcassets/Logos/smallLogo.imageset/Contents.json b/src/Projects/BKDesign/Resources/Assets.xcassets/Logos/smallLogo.imageset/Contents.json index 71810bb7..5668820c 100644 --- a/src/Projects/BKDesign/Resources/Assets.xcassets/Logos/smallLogo.imageset/Contents.json +++ b/src/Projects/BKDesign/Resources/Assets.xcassets/Logos/smallLogo.imageset/Contents.json @@ -18,5 +18,8 @@ "info" : { "author" : "xcode", "version" : 1 + }, + "properties" : { + "template-rendering-intent" : "template" } } diff --git a/src/Projects/BKDesign/Sources/Foundation/ColorSystem/BKAtomicColor.swift b/src/Projects/BKDesign/Sources/Foundation/ColorSystem/BKAtomicColor.swift index 7f997c46..e408ff9a 100644 --- a/src/Projects/BKDesign/Sources/Foundation/ColorSystem/BKAtomicColor.swift +++ b/src/Projects/BKDesign/Sources/Foundation/ColorSystem/BKAtomicColor.swift @@ -37,14 +37,14 @@ public enum BKAtomicColor { public enum Green: String { case g50 = "#f2fff6" case g100 = "#e3f8e9" - case g200 = "#c1e8ca" - case g300 = "#82c090" - case g400 = "#40bf5d" - case g500 = "#2f9647" - case g600 = "#257838" - case g700 = "#1c5a2a" - case g800 = "#123c1c" - case g900 = "#091d0e" + case g200 = "#c4eccd" + case g300 = "#9ce0ad" + case g400 = "#6bd184" + case g500 = "#3bc25b" + case g600 = "#33a94f" + case g700 = "#247938" + case g800 = "#174822" + case g900 = "#07180b" public var color: UIColor { return UIColor(hex: self.rawValue) diff --git a/src/Projects/BKPresentation/Sources/Common/Extension/UINavigationController+.swift b/src/Projects/BKPresentation/Sources/Common/Extension/UINavigationController+.swift index f5bc42b3..fe966293 100644 --- a/src/Projects/BKPresentation/Sources/Common/Extension/UINavigationController+.swift +++ b/src/Projects/BKPresentation/Sources/Common/Extension/UINavigationController+.swift @@ -324,6 +324,7 @@ private extension UINavigationController { func makeHomeImageTitleView(image: UIImage) -> UIView { let imageView = UIImageView(image: image) + imageView.tintColor = .bkBackgroundColor(.primary) imageView.contentMode = .scaleAspectFit let wrapper = UIView() diff --git a/src/Projects/Booket/Resources/LaunchScreen.storyboard b/src/Projects/Booket/Resources/LaunchScreen.storyboard index b40500dc..5cc16fce 100644 --- a/src/Projects/Booket/Resources/LaunchScreen.storyboard +++ b/src/Projects/Booket/Resources/LaunchScreen.storyboard @@ -1,9 +1,9 @@ - + - + @@ -17,11 +17,11 @@ - + - +