5 lines
185 B
TypeScript
5 lines
185 B
TypeScript
export function OnboardingCardAccent() {
|
|
return (
|
|
<div className="absolute top-0 right-0 w-40 h-40 bg-gradient-to-bl from-primary-blue/10 to-transparent rounded-bl-full" />
|
|
);
|
|
} |