mirror of
https://github.com/lemeow125/Ivy-Frontend.git
synced 2024-11-17 06:39:25 +08:00
Fixed Products blobview product icon being too small
This commit is contained in:
parent
2dedfdbe04
commit
b12f205efd
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ export default function BlobView({ Products }: ProductList) {
|
||||||
onClick={() => navigate("/Product/" + row.id)}
|
onClick={() => navigate("/Product/" + row.id)}
|
||||||
>
|
>
|
||||||
<div style={styles.content_row}>
|
<div style={styles.content_row}>
|
||||||
<ProductIcon size={4} color="white" />{" "}
|
<ProductIcon size={32} color="white" />{" "}
|
||||||
<p style={{ ...styles.text_white, ...styles.text_L }}>
|
<p style={{ ...styles.text_white, ...styles.text_L }}>
|
||||||
{row.name}
|
{row.name}
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Reference in a new issue