From e6dbdaa2821c6050006f4ae97064d3cd00026e2e Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Mon, 12 Feb 2024 11:43:24 -0700 Subject: fix white background --- .../Content.imageset/Contents.json | 13 +++++++++++++ .../Content.imageset/iOS Logo.png | Bin 0 -> 55838 bytes .../Back.solidimagestacklayer/Contents.json | 6 ++++++ .../AppIcon.solidimagestack/Contents.json | 17 +++++++++++++++++ .../Content.imageset/Contents.json | 13 +++++++++++++ .../Content.imageset/iOS Logo.png | Bin 0 -> 55838 bytes .../Front.solidimagestacklayer/Contents.json | 6 ++++++ .../Content.imageset/Contents.json | 13 +++++++++++++ .../Content.imageset/iOS Logo.png | Bin 0 -> 55838 bytes .../Middle.solidimagestacklayer/Contents.json | 6 ++++++ iGopherBrowser/BrowserView.swift | 2 +- 11 files changed, 75 insertions(+), 1 deletion(-) create mode 100644 iGopherBrowser/Assets.xcassets/AppIcon.solidimagestack/Back.solidimagestacklayer/Content.imageset/Contents.json create mode 100644 iGopherBrowser/Assets.xcassets/AppIcon.solidimagestack/Back.solidimagestacklayer/Content.imageset/iOS Logo.png create mode 100644 iGopherBrowser/Assets.xcassets/AppIcon.solidimagestack/Back.solidimagestacklayer/Contents.json create mode 100644 iGopherBrowser/Assets.xcassets/AppIcon.solidimagestack/Contents.json create mode 100644 iGopherBrowser/Assets.xcassets/AppIcon.solidimagestack/Front.solidimagestacklayer/Content.imageset/Contents.json create mode 100644 iGopherBrowser/Assets.xcassets/AppIcon.solidimagestack/Front.solidimagestacklayer/Content.imageset/iOS Logo.png create mode 100644 iGopherBrowser/Assets.xcassets/AppIcon.solidimagestack/Front.solidimagestacklayer/Contents.json create mode 100644 iGopherBrowser/Assets.xcassets/AppIcon.solidimagestack/Middle.solidimagestacklayer/Content.imageset/Contents.json create mode 100644 iGopherBrowser/Assets.xcassets/AppIcon.solidimagestack/Middle.solidimagestacklayer/Content.imageset/iOS Logo.png create mode 100644 iGopherBrowser/Assets.xcassets/AppIcon.solidimagestack/Middle.solidimagestacklayer/Contents.json diff --git a/iGopherBrowser/Assets.xcassets/AppIcon.solidimagestack/Back.solidimagestacklayer/Content.imageset/Contents.json b/iGopherBrowser/Assets.xcassets/AppIcon.solidimagestack/Back.solidimagestacklayer/Content.imageset/Contents.json new file mode 100644 index 0000000..c34c9b5 --- /dev/null +++ b/iGopherBrowser/Assets.xcassets/AppIcon.solidimagestack/Back.solidimagestacklayer/Content.imageset/Contents.json @@ -0,0 +1,13 @@ +{ + "images" : [ + { + "filename" : "iOS Logo.png", + "idiom" : "vision", + "scale" : "2x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/iGopherBrowser/Assets.xcassets/AppIcon.solidimagestack/Back.solidimagestacklayer/Content.imageset/iOS Logo.png b/iGopherBrowser/Assets.xcassets/AppIcon.solidimagestack/Back.solidimagestacklayer/Content.imageset/iOS Logo.png new file mode 100644 index 0000000..82e2679 Binary files /dev/null and b/iGopherBrowser/Assets.xcassets/AppIcon.solidimagestack/Back.solidimagestacklayer/Content.imageset/iOS Logo.png differ diff --git a/iGopherBrowser/Assets.xcassets/AppIcon.solidimagestack/Back.solidimagestacklayer/Contents.json b/iGopherBrowser/Assets.xcassets/AppIcon.solidimagestack/Back.solidimagestacklayer/Contents.json new file mode 100644 index 0000000..73c0059 --- /dev/null +++ b/iGopherBrowser/Assets.xcassets/AppIcon.solidimagestack/Back.solidimagestacklayer/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/iGopherBrowser/Assets.xcassets/AppIcon.solidimagestack/Contents.json b/iGopherBrowser/Assets.xcassets/AppIcon.solidimagestack/Contents.json new file mode 100644 index 0000000..950af4d --- /dev/null +++ b/iGopherBrowser/Assets.xcassets/AppIcon.solidimagestack/Contents.json @@ -0,0 +1,17 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "layers" : [ + { + "filename" : "Front.solidimagestacklayer" + }, + { + "filename" : "Middle.solidimagestacklayer" + }, + { + "filename" : "Back.solidimagestacklayer" + } + ] +} diff --git a/iGopherBrowser/Assets.xcassets/AppIcon.solidimagestack/Front.solidimagestacklayer/Content.imageset/Contents.json b/iGopherBrowser/Assets.xcassets/AppIcon.solidimagestack/Front.solidimagestacklayer/Content.imageset/Contents.json new file mode 100644 index 0000000..c34c9b5 --- /dev/null +++ b/iGopherBrowser/Assets.xcassets/AppIcon.solidimagestack/Front.solidimagestacklayer/Content.imageset/Contents.json @@ -0,0 +1,13 @@ +{ + "images" : [ + { + "filename" : "iOS Logo.png", + "idiom" : "vision", + "scale" : "2x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/iGopherBrowser/Assets.xcassets/AppIcon.solidimagestack/Front.solidimagestacklayer/Content.imageset/iOS Logo.png b/iGopherBrowser/Assets.xcassets/AppIcon.solidimagestack/Front.solidimagestacklayer/Content.imageset/iOS Logo.png new file mode 100644 index 0000000..82e2679 Binary files /dev/null and b/iGopherBrowser/Assets.xcassets/AppIcon.solidimagestack/Front.solidimagestacklayer/Content.imageset/iOS Logo.png differ diff --git a/iGopherBrowser/Assets.xcassets/AppIcon.solidimagestack/Front.solidimagestacklayer/Contents.json b/iGopherBrowser/Assets.xcassets/AppIcon.solidimagestack/Front.solidimagestacklayer/Contents.json new file mode 100644 index 0000000..73c0059 --- /dev/null +++ b/iGopherBrowser/Assets.xcassets/AppIcon.solidimagestack/Front.solidimagestacklayer/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/iGopherBrowser/Assets.xcassets/AppIcon.solidimagestack/Middle.solidimagestacklayer/Content.imageset/Contents.json b/iGopherBrowser/Assets.xcassets/AppIcon.solidimagestack/Middle.solidimagestacklayer/Content.imageset/Contents.json new file mode 100644 index 0000000..c34c9b5 --- /dev/null +++ b/iGopherBrowser/Assets.xcassets/AppIcon.solidimagestack/Middle.solidimagestacklayer/Content.imageset/Contents.json @@ -0,0 +1,13 @@ +{ + "images" : [ + { + "filename" : "iOS Logo.png", + "idiom" : "vision", + "scale" : "2x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/iGopherBrowser/Assets.xcassets/AppIcon.solidimagestack/Middle.solidimagestacklayer/Content.imageset/iOS Logo.png b/iGopherBrowser/Assets.xcassets/AppIcon.solidimagestack/Middle.solidimagestacklayer/Content.imageset/iOS Logo.png new file mode 100644 index 0000000..82e2679 Binary files /dev/null and b/iGopherBrowser/Assets.xcassets/AppIcon.solidimagestack/Middle.solidimagestacklayer/Content.imageset/iOS Logo.png differ diff --git a/iGopherBrowser/Assets.xcassets/AppIcon.solidimagestack/Middle.solidimagestacklayer/Contents.json b/iGopherBrowser/Assets.xcassets/AppIcon.solidimagestack/Middle.solidimagestacklayer/Contents.json new file mode 100644 index 0000000..73c0059 --- /dev/null +++ b/iGopherBrowser/Assets.xcassets/AppIcon.solidimagestack/Middle.solidimagestacklayer/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/iGopherBrowser/BrowserView.swift b/iGopherBrowser/BrowserView.swift index e7f7dd3..885d5fa 100644 --- a/iGopherBrowser/BrowserView.swift +++ b/iGopherBrowser/BrowserView.swift @@ -149,7 +149,7 @@ struct BrowserView: View { } }.id(topID) - .background(Color.white) + //.background(Color.white) .cornerRadius(10) .onChange(of: scrollToTop) { // TODO: Cleanup -- cgit v1.2.3