diff --git a/index.html b/index.html index b708ebe..678c699 100644 --- a/index.html +++ b/index.html @@ -3,6 +3,7 @@ + KlectrTemplate diff --git a/src/components/ImageCard.tsx b/src/components/ImageCard.tsx index 146f73e..56b5905 100644 --- a/src/components/ImageCard.tsx +++ b/src/components/ImageCard.tsx @@ -4,6 +4,7 @@ import { useDebounce } from "../utils/useDebounce" import { LayerEnum } from "../utils/enums" import images, { ImageCardType } from "../signals/images" import { updateLocalStorage } from "../utils/localStorage" +import { isTheme } from "../utils/isTheme" namespace ImageCard { export interface ImageCardProps { @@ -90,7 +91,7 @@ export function ImageCard({ key: itemKey, data: item }: ImageCard.ImageCardProps return (
-
+ -
+