Skip to content

Commit 04dfd09

Browse files
committed
Remove notes and add a plain CSS example
1 parent 4f3964f commit 04dfd09

3 files changed

Lines changed: 16 additions & 67 deletions

File tree

docs/TODO-POPUP.md

Lines changed: 0 additions & 67 deletions
This file was deleted.

docs/reference/CopilotKitPopup.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,14 @@ For example, to set the primary color to purple:
3737
To further customize the chat window, you can override the CSS classes defined
3838
[here](https://github.com/CopilotKit/CopilotKit/blob/main/CopilotKit/packages/react-ui/src/css/).
3939

40+
For example:
41+
42+
```css
43+
.copilotKitButton {
44+
border-radius: 0;
45+
}
46+
```
47+
4048
## Props
4149

4250
<ResponseField name="instructions" type="string">

docs/reference/CopilotKitSidebar.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,14 @@ For example, to set the primary color to purple:
4545
To further customize the chat window, you can override the CSS classes defined
4646
[here](https://github.com/CopilotKit/CopilotKit/blob/main/CopilotKit/packages/react-ui/src/css/).
4747

48+
For example:
49+
50+
```css
51+
.copilotKitButton {
52+
border-radius: 0;
53+
}
54+
```
55+
4856
## Props
4957

5058
<ResponseField name="instructions" type="string">

0 commit comments

Comments
 (0)