mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
fix(ModelImage): change MODEL_IMAGE_THUMBNAIL_SIZE to a local constant
This commit is contained in:
committed by
psychedelicious
parent
757acdd49e
commit
8b82b81ee2
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user