Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion apps/agentic-chat/src/components/Composer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export function Composer() {
onKeyDown={onKeyDown}
placeholder="Write a message..."
rows={1}
className="flex-1 resize-none rounded-lg border border-border bg-background px-4 py-3 text-sm focus:outline-none focus:ring-2 focus:ring-ring"
className="flex-1 resize-none rounded-2xl border border-border bg-background px-4 py-3 text-sm focus:outline-none focus:ring-2 focus:ring-ring"
style={
{
minHeight: '48px',
Expand Down
2 changes: 1 addition & 1 deletion apps/agentic-chat/src/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
}

:root {
--radius: 0.5rem;
--radius: 0.75rem;
--background: oklch(1 0 0);
--foreground: oklch(0.141 0.005 285.823);
--card: oklch(1 0 0);
Expand Down
Loading