Fixed Products blobview product icon being too small

This commit is contained in:
keannu125 2023-03-06 18:46:30 +08:00
parent 2dedfdbe04
commit b12f205efd

View file

@ -33,7 +33,7 @@ export default function BlobView({ Products }: ProductList) {
onClick={() => navigate("/Product/" + row.id)}
>
<div style={styles.content_row}>
<ProductIcon size={4} color="white" />{" "}
<ProductIcon size={32} color="white" />{" "}
<p style={{ ...styles.text_white, ...styles.text_L }}>
{row.name}
</p>