Skip to content

Commit 246bcb1

Browse files
committed
button styling
1 parent 2962502 commit 246bcb1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/snippets/AddLitChainButton.jsx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ export const AddLitChainButton = () => {
2525
};
2626

2727
return (
28-
<button onClick={addNetwork}>Add Lit Chain to Metamask</button>
28+
<button
29+
onClick={addNetwork}
30+
className="px-5 py-2 rounded-md bg-gradient-to-r from-[#F97316] to-[#EA580C] text-white font-semibold shadow-md hover:from-[#fb923c] hover:to-[#ea580c] focus:outline-none focus:ring-2 focus:ring-[#F97316] transition-all"
31+
>
32+
Add Lit Chain to Metamask
33+
</button>
2934
);
3035
}

0 commit comments

Comments
 (0)