Skip to content

Commit 3cb501b

Browse files
committed
fix comment
1 parent 0114e2f commit 3cb501b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

components/items/ShopListItem.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -185,10 +185,10 @@ export default function ShopListItem({ itemStringType }: ShopListItemProps) {
185185
fontSize: "0.75rem",
186186
fontWeight: "bold",
187187
borderRadius: 1,
188-
height: 20, // etwas kompakter
188+
height: 20,
189189
"& .MuiChip-label": {
190-
px: 1.2, // horizontal padding im Label
191-
py: 0, // vertikal ausgleichen
190+
px: 1.2,
191+
py: 0,
192192
},
193193
}}
194194
/>

0 commit comments

Comments
 (0)