diff --git a/src/frontend/src/components/images/ApiImage.tsx b/src/frontend/src/components/images/ApiImage.tsx index bb7529afc4..eef6b74d9d 100644 --- a/src/frontend/src/components/images/ApiImage.tsx +++ b/src/frontend/src/components/images/ApiImage.tsx @@ -69,7 +69,12 @@ export function ApiImage(props: ApiImageProps) { return ( {image && image.length > 0 ? ( - + ) : ( )} diff --git a/src/frontend/src/components/images/Thumbnail.tsx b/src/frontend/src/components/images/Thumbnail.tsx index bfe755957a..1aa08c0bff 100644 --- a/src/frontend/src/components/images/Thumbnail.tsx +++ b/src/frontend/src/components/images/Thumbnail.tsx @@ -28,16 +28,12 @@ export function Thumbnail({ {text} diff --git a/src/frontend/src/components/nav/PartCategoryTree.tsx b/src/frontend/src/components/nav/PartCategoryTree.tsx index de1c496782..918eb608c2 100644 --- a/src/frontend/src/components/nav/PartCategoryTree.tsx +++ b/src/frontend/src/components/nav/PartCategoryTree.tsx @@ -86,7 +86,8 @@ export function PartCategoryTree({ return { dark: { text: { - ...vars.fontStyles() + fontFamily: vars.fontFamily, + fontSize: vars.fontSizes.md }, nodes: { height: '2.5rem', @@ -106,7 +107,8 @@ export function PartCategoryTree({ }, light: { text: { - ...theme.fn.fontStyles() + fontFamily: vars.fontFamily, + fontSize: vars.fontSizes.md }, nodes: { height: '2.5rem',