Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix: Fixed CurlGeneratorTab github theme type
Signed-off-by: ntkathole <nikhilkathole2683@gmail.com>
  • Loading branch information
ntkathole committed Jun 5, 2025
commit 7f6f4400c0afc4df71e8651b177fd02b01956572
12 changes: 12 additions & 0 deletions ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions ui/src/pages/feature-views/CurlGeneratorTab.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import {
EuiCopy,
EuiCheckbox,
} from "@elastic/eui";
import { CodeBlock } from "react-code-blocks";
import { CodeBlock, github } from "react-code-blocks";
import { RegularFeatureViewCustomTabProps } from "../../custom-tabs/types";

const CurlGeneratorTab = ({
Expand Down Expand Up @@ -254,7 +254,7 @@ const CurlGeneratorTab = ({
text={curlCommand}
language="bash"
showLineNumbers={false}
theme="github"
theme={github}
/>

<EuiSpacer size="m" />
Expand Down
6 changes: 3 additions & 3 deletions ui/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4930,9 +4930,9 @@ ejs@^3.1.6:
jake "^10.8.5"

electron-to-chromium@^1.5.160:
version "1.5.164"
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.164.tgz#d85fa1a083f19a54fbf1f6e55f6cfcde300fe68d"
integrity sha512-TXBrF2aZenRjY3wbj5Yc0mZn43lMiSHNkzwPkIxx+vWUB35Kf8Gm/uOYmOJFNQ7SUwWAinbfxX73ANIud65wSA==
version "1.5.165"
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.165.tgz#477b0957e42f071905a86f7c905a9848f95d2bdb"
integrity sha512-naiMx1Z6Nb2TxPU6fiFrUrDTjyPMLdTtaOd2oLmG8zVSg2hCWGkhPyxwk+qRmZ1ytwVqUv0u7ZcDA5+ALhaUtw==

emittery@^0.13.1:
version "0.13.1"
Expand Down
Loading