diff --git a/Cookbook/CookbookCommon/Sources/CookbookCommon/ContentView.swift b/Cookbook/CookbookCommon/Sources/CookbookCommon/ContentView.swift index ee5bea7..c0bfb36 100644 --- a/Cookbook/CookbookCommon/Sources/CookbookCommon/ContentView.swift +++ b/Cookbook/CookbookCommon/Sources/CookbookCommon/ContentView.swift @@ -255,7 +255,7 @@ struct DetailView: View { Image("audiokit-icon") .resizable() .aspectRatio(contentMode: .fit) - .frame(width: UIScreen.main.bounds.width * 0.8, height: UIScreen.main.bounds.height * 0.3) + .frame(width: 300, height: 300) Image("audiokit-logo") .resizable() .aspectRatio(contentMode: .fit)