Skip to content

Commit c7f4350

Browse files
committed
Singapore schedule: transparent speaker card backgrounds
1 parent a902a21 commit c7f4350

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/day/2026/singapore/schedule-section.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ function SpeakerCard({
195195
.join(", ")
196196

197197
return (
198-
<article className="group relative overflow-hidden border border-t-0 border-neu-200 bg-neu-0 @container dark:border-neu-100">
198+
<article className="group relative overflow-hidden border border-t-0 border-neu-200 bg-transparent @container dark:border-neu-100">
199199
<div className="flex h-full flex-col gap-4 p-4 @[420px]:flex-row md:gap-6 md:p-6">
200200
<div className="relative aspect-square h-full overflow-hidden @[420px]:w-[176px] @[420px]:shrink-0">
201201
<div className="absolute inset-0 z-[1] bg-sec-light mix-blend-multiply" />

0 commit comments

Comments
 (0)