This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

web/components: give issue cards a border instead of a shadow

the shadow in the issue list sits on each card rather than the list container.
swap it for border-border-default, matching the readme and the other panels, and
leave the gapped stack alone so the list still reads like the appview's.

Signed-off-by: eti <eti@eti.tf>

author
eti
committer
dawn
date (Jul 30, 2026, 7:45 PM +0300) commit 4c1cc8e4 parent 4a33c074 change-id mxutmuzo
+1 -1
+1 -1
web/src/lib/components/repo/issues/IssueCard.svelte
··· 17 17 repoName, 18 18 issue, 19 19 border = true, 20 - shadow = true, 20 + shadow = false, 21 21 background = true 22 22 }: Props = $props(); 23 23 </script>