Skip to content

Commit 18c9fb8

Browse files
Styling connect button, bottom padding
1 parent cd55977 commit 18c9fb8

File tree

1 file changed

+2
-2
lines changed
  • packages/sdk/examples/next-app/app

1 file changed

+2
-2
lines changed

packages/sdk/examples/next-app/app/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ PIPEDREAM_PROJECT_SECRET_KEY=sec_abc123`}
101101
}
102102
{
103103
appSlug && externalUserId &&
104-
<div>
104+
<div className="mb-48">
105105
<h1 className="text-2xl font-bold mb-8">Pipedream Connect Example App</h1>
106106
<div className="mb-8">
107107
<p>Refer to the <a href="https://pipedream.com/docs/connect" target="_blank nofollow" className="hover:underline text-blue-600">Pipedream Connect docs</a> for a full walkthrough of how to configure Connect for your site. This example app implements Connect in a Next.js (React) app.</p>
@@ -167,7 +167,7 @@ pd.startConnect({
167167
: <div>
168168
<p className="mb-8">
169169
</p>
170-
<button style={{ all: "revert" }} onClick={connectAccount}>Connect your {app} account</button>
170+
<button className="bg-blue-500 hover:bg-blue-400 text-white py-2 px-4 rounded" onClick={connectAccount}>Connect your {app} account</button>
171171
</div>
172172
}
173173
{

0 commit comments

Comments
 (0)