Skip to content

Commit

Permalink
gap between y-borders and prompts input + border-radius reduction as …
Browse files Browse the repository at this point in the history
…prompts input grows
  • Loading branch information
utin-francis-peter committed Jul 2, 2024
1 parent bbb1e22 commit 0ef6ffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/conversation/Conversation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ export default function Conversation() {
</div>

<div className="flex w-11/12 flex-col items-end self-center rounded-2xl bg-opacity-0 pb-1 sm:w-6/12">
<div className="flex h-full w-full items-center rounded-full border border-silver bg-white dark:bg-raisin-black">
<div className="flex h-full w-full items-center rounded-[40px] border border-silver bg-white py-1 dark:bg-raisin-black">
<div
id="inputbox"
ref={inputRef}
Expand Down

0 comments on commit 0ef6ffa

Please sign in to comment.