Mercurial > public > lazybear
diff LazyBear/Views/Search/SearchView.swift @ 441:417148200aaf
Change background color and minor UI updates
author | Dennis Concepción Martín <dennisconcepcionmartin@gmail.com> |
---|---|
date | Sun, 20 Jun 2021 19:52:21 +0200 |
parents | c78d5b5b3bda |
children |
line wrap: on
line diff
--- a/LazyBear/Views/Search/SearchView.swift Sun Jun 20 16:58:36 2021 +0200 +++ b/LazyBear/Views/Search/SearchView.swift Sun Jun 20 19:52:21 2021 +0200 @@ -43,6 +43,7 @@ encodeAndRequest(searchedText) }) } + .background(Color("customBackground").edgesIgnoringSafeArea(.all)) .navigationViewStyle(StackNavigationViewStyle()) }