diff --git a/apps/web/src/app/create/page.tsx b/apps/web/src/app/create/page.tsx index 36c75079..cf54fbf2 100644 --- a/apps/web/src/app/create/page.tsx +++ b/apps/web/src/app/create/page.tsx @@ -73,17 +73,20 @@ function CreatorCard({ boxShadow: { base: '0 16px 50px rgba(0,0,0,0.2)', md: '0 30px 80px rgba(0,0,0,0.25)' }, borderColor: 'border.emphasized', }, - _before: { - content: '""', + })} + > + {/* Top gradient bar (replaces _before pseudo-element for dynamic gradient support) */} +
+ })} + style={{ background: theme.gradient }} + /> + {/* Icon */}
{emoji}
@@ -182,13 +187,15 @@ function CreatorCard({ px: { base: 4, md: 6 }, py: { base: 2, md: 3 }, borderRadius: 'xl', - background: theme.gradient, color: 'white', fontWeight: 'bold', fontSize: { base: 'sm', md: 'md' }, - boxShadow: `0 4px 15px ${theme.shadowColor}`, transition: 'all 0.3s', })} + style={{ + background: theme.gradient, + boxShadow: `0 4px 15px ${theme.shadowColor}`, + }} > {buttonText}