docs: fix btn styling

This commit is contained in:
Bereket Engida
2024-11-24 09:37:43 +03:00
parent 8a4076bdd3
commit a3c6dcb777

View File

@@ -249,7 +249,7 @@ export function Builder() {
return (
<Dialog>
<DialogTrigger asChild>
<button className="bg-stone-950 no-underline group cursor-pointer relative shadow-2xl shadow-zinc-900 rounded-sm p-px text-xs font-semibold leading-6 text-white md:inline-block hidden">
<button className="bg-stone-950 no-underline group cursor-pointer relative shadow-2xl shadow-zinc-900 p-px text-xs font-semibold leading-6 text-white md:inline-block hidden">
<span className="absolute inset-0 overflow-hidden rounded-sm">
<span className="absolute inset-0 rounded-sm bg-[image:radial-gradient(75%_100%_at_50%_0%,rgba(56,189,248,0.6)_0%,rgba(56,189,248,0)_75%)] opacity-0 transition-opacity duration-500 group-hover:opacity-100"></span>
</span>