Skip to content

Commit

Permalink
remove offwhite for nrf page
Browse files Browse the repository at this point in the history
  • Loading branch information
pablonyx committed Jan 17, 2025
1 parent 22d9f79 commit 5e1a5c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions web/src/app/assistants/mine/AssistantCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -206,12 +206,12 @@ const AssistantCard: React.FC<{
)}
</div>

<p className="text-black font-[350] mt-0 text-sm mb-1 line-clamp-2 h-[2.7em]">
<p className="text-black font-[350] mt-0 text-sm line-clamp-2 h-[2.7em]">
{persona.description || "\u00A0"}
</p>

<div className="flex flex-col ">
<div className="my-1">
<div className="my-1.5">
<span className="flex items-center text-black text-xs opacity-50">
{persona.owner?.email || persona.builtin_persona ? (
<>
Expand Down
4 changes: 2 additions & 2 deletions web/src/app/chat/input/SimplifiedChatInputBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export function SimplifiedChatInputBar({
rounded-lg
relative
text-text-chatbar
bg-background-chatbar
bg-white
[&:has(textarea:focus)]::ring-1
[&:has(textarea:focus)]::ring-black
"
Expand Down Expand Up @@ -146,7 +146,7 @@ export function SimplifiedChatInputBar({
resize-none
rounded-lg
border-0
bg-background-chatbar
bg-white
placeholder:text-text-chatbar-subtle
${
textAreaRef.current &&
Expand Down

0 comments on commit 5e1a5c1

Please sign in to comment.