File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load diff This file was deleted.
Original file line number Diff line number Diff line change @@ -37,6 +37,14 @@ For example, to set the primary color to purple:
3737To 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" >
Original file line number Diff line number Diff line change @@ -45,6 +45,14 @@ For example, to set the primary color to purple:
4545To 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" >
You can’t perform that action at this time.
0 commit comments