From 367d1277b8bb474d6d7c0e1cb3f4bf2db5b77966 Mon Sep 17 00:00:00 2001 From: dtoro Date: Thu, 9 Apr 2026 20:11:33 +0200 Subject: [PATCH] fix: stronger drop shadow on heap card thumbnails Bump the ActiveHeapCard stack thumbnails to a layered drop shadow and a darker ring so they lift cleanly off the softened desert backdrop. Co-Authored-By: Claude Opus 4.6 (1M context) --- frontend/src/components/heaps/ActiveHeapCard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/heaps/ActiveHeapCard.tsx b/frontend/src/components/heaps/ActiveHeapCard.tsx index 87eb698..5c2a05a 100644 --- a/frontend/src/components/heaps/ActiveHeapCard.tsx +++ b/frontend/src/components/heaps/ActiveHeapCard.tsx @@ -121,7 +121,7 @@ export function ActiveHeapCard() { marginLeft: -26, // half of w-13 marginTop: -26, // half of h-13 }} - className="h-[52px] w-[52px] rounded object-cover shadow-md ring-1 ring-black/40" + className="h-[52px] w-[52px] rounded object-cover shadow-[0_4px_10px_rgba(0,0,0,0.65),0_2px_4px_rgba(0,0,0,0.5)] ring-1 ring-black/60" /> ))}