Skip to content

Commit

Permalink
[front] Adjust chip height (#9660)
Browse files Browse the repository at this point in the history
  • Loading branch information
tdraier authored Dec 30, 2024
1 parent 489a2a8 commit 41757ed
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ function ActionDetails({
<Chip size="sm" color="slate" isBusy>
<div
className={classNames(
"flex flex-row items-center gap-x-2",
"flex flex-row items-center gap-x-2 py-2",
hasActions ? "cursor-pointer" : ""
)}
onClick={hasActions ? onClick : undefined}
Expand All @@ -110,9 +110,9 @@ function ActionDetails({
{label === "Thinking" ? (
<span>{label}</span>
) : (
<>
Thinking <span className="text-regular">{label}</span>
</>
<span>
Thinking <span className="text-regular pl-1">{label}</span>
</span>
)}
</div>
</Chip>
Expand Down
8 changes: 4 additions & 4 deletions front/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion front/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"dependencies": {
"@auth0/nextjs-auth0": "^3.5.0",
"@dust-tt/client": "file:../sdks/js",
"@dust-tt/sparkle": "0.2.348",
"@dust-tt/sparkle": "^0.2.350",
"@dust-tt/types": "file:../types",
"@headlessui/react": "^1.7.7",
"@heroicons/react": "^2.0.11",
Expand Down

0 comments on commit 41757ed

Please sign in to comment.