diff --git a/.changeset/fix-ideas-contrast.md b/.changeset/fix-ideas-contrast.md new file mode 100644 index 00000000000..0883542b373 --- /dev/null +++ b/.changeset/fix-ideas-contrast.md @@ -0,0 +1,5 @@ +--- +"kilo-code": patch +--- + +Fix contrast on "ideas" intro screen (thanks @bernaferrari!) diff --git a/webview-ui/src/components/kilocode/chat/IdeaSuggestionsBox.tsx b/webview-ui/src/components/kilocode/chat/IdeaSuggestionsBox.tsx index 1cf67876bdc..256d90ab280 100644 --- a/webview-ui/src/components/kilocode/chat/IdeaSuggestionsBox.tsx +++ b/webview-ui/src/components/kilocode/chat/IdeaSuggestionsBox.tsx @@ -57,11 +57,11 @@ export const IdeaSuggestionsBox = () => { {/* Header section */}
- +

{t("ideaSuggestionsBox.newHere")}

- +

{t("ideaSuggestionsBox.tryOneOfThese")} @@ -81,7 +81,7 @@ export const IdeaSuggestionsBox = () => { style={{ background: "color-mix(in srgb, var(--vscode-focusBorder) 15%, transparent)", }}> - +

{idea}