Nip7os interface

Light theme tweaks
This commit is contained in:
2023-08-29 14:55:30 +01:00
parent 8a3133af70
commit ec2b11bd75
9 changed files with 99 additions and 18 deletions

View File

@ -36,6 +36,7 @@ export const ProxyImg = (props: ProxyImgProps) => {
<img
{...props}
src={props.src ? proxy(props.src, props.size) : ""}
width={props.size} height={props.size}
onError={e => {
if (props.onError) {
props.onError(e);