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 2962502 commit 246bcb1Copy full SHA for 246bcb1
docs/snippets/AddLitChainButton.jsx
@@ -25,6 +25,11 @@ export const AddLitChainButton = () => {
25
};
26
27
return (
28
- <button onClick={addNetwork}>Add Lit Chain to Metamask</button>
+ <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>
34
);
35
}
0 commit comments