Skip to content
Open
Changes from all commits
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
6 changes: 6 additions & 0 deletions docs/src/providers/copilotkit-provider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -552,6 +552,12 @@ const customStyles = `
min-height: 0 !important;
}

/* Match send button height to page action button height (h-9 = 36px) */
.copilotKitInputControlButton {
width: 36px;
height: 36px;
}

/* Match chat input radius to CDS button radius (10px) */
.copilotKitInput {
border-radius: 10px;
Expand Down
Loading