Explorar el Código

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

Hector Carrion hace 3 años
padre
commit
2545670796
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0
    1
      Comedores Sociales/View/Search/Search.swift

+ 0
- 1
Comedores Sociales/View/Search/Search.swift Ver fichero

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