mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-19 18:04:22 +02:00
use album icon for unloaded image (#1136)
This commit is contained in:
@@ -154,7 +154,7 @@ export const AppIcon = {
|
|||||||
edit: LuPencilLine,
|
edit: LuPencilLine,
|
||||||
ellipsisHorizontal: LuEllipsis,
|
ellipsisHorizontal: LuEllipsis,
|
||||||
ellipsisVertical: LuEllipsisVertical,
|
ellipsisVertical: LuEllipsisVertical,
|
||||||
emptyImage: LuImageOff,
|
emptyImage: LuDisc3,
|
||||||
error: LuShieldAlert,
|
error: LuShieldAlert,
|
||||||
externalLink: LuExternalLink,
|
externalLink: LuExternalLink,
|
||||||
favorite: LuHeart,
|
favorite: LuHeart,
|
||||||
|
|||||||
@@ -134,7 +134,7 @@ export function ImageLoader({ className }: ImageLoaderProps) {
|
|||||||
export function ImageUnloader({ className }: ImageUnloaderProps) {
|
export function ImageUnloader({ className }: ImageUnloaderProps) {
|
||||||
return (
|
return (
|
||||||
<div className={clsx(styles.unloader, className)}>
|
<div className={clsx(styles.unloader, className)}>
|
||||||
<Icon color="default" icon="emptyImage" size="xl" />
|
<Icon color="default" icon="emptyImage" size="25%" />
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user