deploy
This commit is contained in:
@@ -186,11 +186,12 @@ export function ProductCard({ product, mediaHeight = 200, actions }: Props) {
|
||||
key={m}
|
||||
label={m}
|
||||
size="small"
|
||||
variant="outlined"
|
||||
sx={{
|
||||
bgcolor: 'chip.default',
|
||||
color: 'text.secondary',
|
||||
fontSize: '0.7rem',
|
||||
height: 22,
|
||||
bgcolor: 'grey.100',
|
||||
color: 'text.secondary',
|
||||
fontWeight: 500,
|
||||
}}
|
||||
/>
|
||||
@@ -199,11 +200,12 @@ export function ProductCard({ product, mediaHeight = 200, actions }: Props) {
|
||||
<Chip
|
||||
label={`+${moreMaterials}`}
|
||||
size="small"
|
||||
variant="outlined"
|
||||
sx={{
|
||||
bgcolor: 'chip.default',
|
||||
color: 'text.secondary',
|
||||
fontSize: '0.7rem',
|
||||
height: 22,
|
||||
bgcolor: 'grey.100',
|
||||
color: 'text.secondary',
|
||||
fontWeight: 500,
|
||||
}}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user