Selaa lähdekoodia

Cleaned up stuff, added home screen after login or registration (search default for now)

Hector Carrion 3 vuotta sitten
vanhempi
commit
2545670796
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  1. 0
    1
      Comedores Sociales/View/Search/Search.swift

+ 0
- 1
Comedores Sociales/View/Search/Search.swift Näytä tiedosto

@@ -27,7 +27,6 @@ struct Search: View {
27 27
                     FoodCardView(item: item)
28 28
                 }
29 29
             }
30
-            .padding()
31 30
         }
32 31
     }
33 32
 }