We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 341839b commit 75ce244Copy full SHA for 75ce244
src/components/animations/component-preview.tsx
@@ -42,8 +42,8 @@ const ComponentPreview = ({
42
href={href}
43
target="_blank"
44
className={cn(
45
- "absolute top-0 right-0 opacity-0 group-hover:opacity-100 transition-opacity duration-300 border border-t-0 border-r-0 bg-red-50 px-2 py-0.5",
46
- "flex items-center gap-2"
+ "absolute top-0 right-0 opacity-0 group-hover:opacity-100 transition-opacity duration-300 border border-t-0 border-r-0 bg-red-50/80 px-2 py-0.5",
+ "flex items-center gap-2 gradient text-white"
47
)}
48
>
49
<p className="flex items-center gap-2 text-sm">
0 commit comments