7 lines
181 B
CSS
7 lines
181 B
CSS
/* CopilotKit overrides — EXACTLY matches Dojo, nothing more */
|
|
|
|
.copilotKitInput {
|
|
border-radius: 0.75rem;
|
|
border: 1px solid var(--copilot-kit-separator-color) !important;
|
|
}
|