fix(ModelImage): change MODEL_IMAGE_THUMBNAIL_SIZE to a local constant

This commit is contained in:
Josh Corbett
2025-09-12 23:38:21 -06:00
committed by psychedelicious
parent 757acdd49e
commit 8b82b81ee2

View File

@@ -7,7 +7,7 @@ type Props = {
image_url?: string | null;
};
export const MODEL_IMAGE_THUMBNAIL_SIZE = '54px';
const MODEL_IMAGE_THUMBNAIL_SIZE = '54px';
const FALLBACK_ICON_SIZE = '28px';
const sharedSx: SystemStyleObject = {