This commit is contained in:
@kirill.komarov
2026-05-13 12:48:17 +05:00
parent c424a9cbef
commit 3c9797af4a
2 changed files with 12 additions and 4 deletions
@@ -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,
}}
/>