Procházet zdrojové kódy

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

Hector Carrion před 3 roky
rodič
revize
2545670796
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  1. 0
    1
      Comedores Sociales/View/Search/Search.swift

+ 0
- 1
Comedores Sociales/View/Search/Search.swift Zobrazit soubor

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