Skip to content

Commit 79b2546

Browse files
Tiny patch to fix dark mode (#15254)
In /connect/oauth-clients table
1 parent 672029b commit 79b2546

File tree

3 files changed

+9
-12
lines changed

3 files changed

+9
-12
lines changed

docs-v2/pages/connect/oauth-clients.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ For any OAuth app that supports it, **you can always use your own client.** Your
2323
|--------|---------|------------------------------|
2424
| [Retrieve credentials via API](/connect/api#accounts) | Fetch the credentials for your end user from Pipedream's API to use in your application. |`development`<br />❌ `production` |
2525
| [Invoke workflows](/connect/workflows) | Trigger any Pipedream workflow and use the connected account of your end user |`development`<br />❌ `production` |
26-
| Run components via API (coming soon) | Run any action and deploy any trigger directly from your application |`development`<br />✅ `production` |
26+
| [Run components via API](/connect/components) | Run any action and deploy any trigger directly from your application |`development`<br />✅ `production` |
2727
</div>
2828

2929
## Using a custom OAuth client

docs-v2/styles/globals.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ html.dark {
4949
}
5050

5151
.highlightHeaderRowTable th {
52-
background-color: #f6f8fa;
52+
@apply bg-gray-50 dark:bg-gray-800;
5353
}
5454

5555
.highlightHeaderRowTable td:last-child {

pnpm-lock.yaml

Lines changed: 7 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)