diff --git a/client/src/components/spoolIcon.css b/client/src/components/spoolIcon.css index be6c36b..616e1fd 100644 --- a/client/src/components/spoolIcon.css +++ b/client/src/components/spoolIcon.css @@ -3,7 +3,6 @@ width: 1.5em; height: 2.5em; gap: 2px; - margin: 0 0.5em; } .spool-icon.vertical { diff --git a/client/src/pages/filaments/show.tsx b/client/src/pages/filaments/show.tsx index 574a386..b0aea7a 100644 --- a/client/src/pages/filaments/show.tsx +++ b/client/src/pages/filaments/show.tsx @@ -89,6 +89,7 @@ export const FilamentShow: React.FC = () => { {t("filament.fields.color_hex")} {colorObj && } + {record?.color_hex && } {t("filament.fields.material")} {t("filament.fields.price")}