File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,11 +36,11 @@ export function EditionUseCaseCard({
3636 >
3737 < div aria-hidden = "true" className = "glass-card-topline" />
3838 < div
39- className = "relative flex h-full flex-col items-stretch justify-start overflow-hidden rounded-[1.6rem] " >
39+ className = "relative flex h-full flex-col items-stretch justify-start overflow-hidden rounded-2xl " >
4040 < div className = { "p-2" } >
4141 { imageUrl ? (
4242 < div
43- className = "relative overflow-hidden aspect-video w-full rounded-2xl border border-white/8 bg-primary/40 " >
43+ className = "relative overflow-hidden aspect-video w-full rounded-2xl border border-white/10 bg-primary/50 " >
4444 < Image
4545 src = { imageUrl }
4646 alt = { title }
@@ -59,7 +59,7 @@ export function EditionUseCaseCard({
5959 < h3 className = "line-clamp-2 text-xl font-semibold text-white" >
6060 { title }
6161 </ h3 >
62- < p className = "mb-2 text-sm text-white/70 leading-relaxed" >
62+ < p className = "mb-2 text-sm text-white/75 leading-relaxed" >
6363 { description }
6464 </ p >
6565
You can’t perform that action at this time.
0 commit comments