diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2024-02-12 11:43:24 -0700 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2024-02-12 11:43:24 -0700 |
commit | e6dbdaa2821c6050006f4ae97064d3cd00026e2e (patch) | |
tree | f986dbf1437c0a95fb8ad506fb037714782f5d79 /iGopherBrowser/BrowserView.swift | |
parent | 17737dcf3961dc5bfa3ad4c9ec41db85fb1b2afe (diff) |
fix white background
Diffstat (limited to 'iGopherBrowser/BrowserView.swift')
-rw-r--r-- | iGopherBrowser/BrowserView.swift | 2 |
1 files changed, 1 insertions, 1 deletions
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 |