feat: get image only when cors error (#721)

This commit is contained in:
boojack
2022-12-10 13:20:48 +08:00
committed by GitHub
parent ab8c7b9d8a
commit 66418d4210
7 changed files with 36 additions and 37 deletions

View File

@ -88,7 +88,7 @@
}
> .tip-text {
@apply hidden ml-1 text-xs leading-5 text-gray-700 border border-gray-300 rounded-xl px-2;
@apply hidden ml-1 text-xs leading-5 text-gray-600 dark:text-gray-300 border border-gray-300 dark:border-zinc-500 rounded-xl px-2;
}
}
}