diff --git a/apps/electron/src/renderer/src/Layout/index.tsx b/apps/electron/src/renderer/src/Layout/index.tsx index efc9faaa..ca35f951 100644 --- a/apps/electron/src/renderer/src/Layout/index.tsx +++ b/apps/electron/src/renderer/src/Layout/index.tsx @@ -17,7 +17,7 @@ const Layout = () => { return (
{child.name}
{child._count.images diff --git a/themes/gallery/src/app/_components/Masonry.tsx b/themes/gallery/src/app/_components/Masonry.tsx index bd353b18..b38877d6 100644 --- a/themes/gallery/src/app/_components/Masonry.tsx +++ b/themes/gallery/src/app/_components/Masonry.tsx @@ -82,7 +82,7 @@ function Masonry({ children, onLoadMore, images }: Props) { return ( ); diff --git a/themes/gallery/src/app/_components/Responsive.tsx b/themes/gallery/src/app/_components/Responsive.tsx index b23085f7..b1bd540a 100644 --- a/themes/gallery/src/app/_components/Responsive.tsx +++ b/themes/gallery/src/app/_components/Responsive.tsx @@ -133,7 +133,7 @@ function Responsive({ children, images, onLoadMore }: Props) { } target="_blank" rel="noreferrer" - className="relative block overflow-hidden rounded shadow" + className="relative block overflow-hidden rounded-box shadow" style={{ width: `${box.width}px`, height: `${box.height}px`, diff --git a/themes/gallery/src/app/_components/Setting/index.tsx b/themes/gallery/src/app/_components/Setting/index.tsx index d7a583e1..7064629c 100644 --- a/themes/gallery/src/app/_components/Setting/index.tsx +++ b/themes/gallery/src/app/_components/Setting/index.tsx @@ -64,7 +64,7 @@ const Setting = () => { className="drawer-overlay" >