Quellcode durchsuchen

change font size

master
azri vor 11 Monaten
Ursprung
Commit
c0e9c643fc
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1
    1
      src/components/ProductList/ProductList.jsx

+ 1
- 1
src/components/ProductList/ProductList.jsx Datei anzeigen

209
               <Typography variant="body1" sx={{ fontWeight: "400", mb: 1 }}>
209
               <Typography variant="body1" sx={{ fontWeight: "400", mb: 1 }}>
210
                 {collection_name}
210
                 {collection_name}
211
               </Typography>
211
               </Typography>
212
-              <Typography variant="h6" sx={{ fontWeight: "bolder", mb: 1 }}>
212
+              <Typography variant="body2" sx={{ fontWeight: "bolder", mb: 1 }}>
213
                 {title}
213
                 {title}
214
               </Typography>
214
               </Typography>
215
               <Typography variant="body1" sx={{ fontWeight: "400" }}>
215
               <Typography variant="body1" sx={{ fontWeight: "400" }}>

Laden…
Abbrechen
Speichern