tweak(ui): remove bg on ModelImage fallback

This commit is contained in:
psychedelicious
2025-04-17 21:36:38 +10:00
parent 676e59e072
commit c14d33d3c1

View File

@@ -15,7 +15,6 @@ const ModelImage = ({ image_url }: Props) => {
<Flex
height={MODEL_IMAGE_THUMBNAIL_SIZE}
minWidth={MODEL_IMAGE_THUMBNAIL_SIZE}
bg="base.650"
borderRadius="base"
alignItems="center"
justifyContent="center"