better looking detail modal

This commit is contained in:
daniel31x13
2024-08-28 20:22:11 -04:00
parent 6498ae794b
commit 2d0e52f65b
9 changed files with 427 additions and 212 deletions
@@ -16,7 +16,7 @@ export default function LinkIcon({
hideBackground?: boolean;
}) {
let iconClasses: string = clsx(
"rounded flex item-center justify-center select-none z-10 w-12 h-12",
"rounded flex item-center justify-center shadow-md select-none z-10 w-12 h-12",
!hideBackground && "rounded-md bg-white backdrop-blur-lg bg-opacity-50 p-1",
className
);