Skip to content

Commit

Permalink
chore: use inline style
Browse files Browse the repository at this point in the history
  • Loading branch information
bluecco committed Nov 25, 2024
1 parent af269a5 commit 3985c9e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/HeaderConnectButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ const HeaderConnectButton = () => {
return (
<>
<button
className="bg-gradient-to-r from-nebula-from to-nebula-to"
style={{
background: "linear-gradient(to bottom right, #EC796B, #D672EF)",
}}
onClick={async () => {
const { connector } = await starknetkitConnectModal()
if (!connector) {
Expand Down

0 comments on commit 3985c9e

Please sign in to comment.