Skip to content

Commit

Permalink
✨ Fix summarize button styling
Browse files Browse the repository at this point in the history
  • Loading branch information
asim-shrestha committed Nov 1, 2023
1 parent e321032 commit 214708b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions next/src/components/console/SummarizeButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ const Summarize = () => {
return (
<div
className={clsx(
"mx-2 flex flex-row items-center gap-2 rounded-lg bg-slate-1 p-2 shadow-depth-1 transition duration-300 sm:mx-4",
"mr-2 flex flex-row items-center gap-2 rounded-lg bg-slate-1 p-2 shadow-depth-1 transition duration-300 sm:mr-4",
"text-xs sm:text-base"
)}
>
<span className="hidden font-bold md:inline">Click here to summarize the conversation!</span>
<span className="font-bold">Click here to summarize the conversation!</span>
<Button
className="ml-auto py-1 sm:py-1 md:py-1"
onClick={async () => {
Expand Down

0 comments on commit 214708b

Please sign in to comment.