Skip to content

Commit

Permalink
✨ Update example agent button
Browse files Browse the repository at this point in the history
  • Loading branch information
asim-shrestha committed Nov 1, 2023
1 parent 214708b commit bf7f7cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next/src/components/console/ExampleAgentButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const ExampleAgentButton = ({

return (
<div
className="w-full cursor-pointer rounded-lg border border-slate-5 bg-slate-1 p-2 text-sm text-slate-12 opacity-90 shadow-depth-1 transition-all duration-300 hover:bg-slate-3 sm:text-base"
className="w-full cursor-pointer rounded-lg border-2 border-slate-7 bg-slate-1 p-4 text-sm text-slate-12 opacity-90 shadow-depth-2 transition-all duration-300 hover:bg-slate-3 sm:text-base"
onClick={handleClick}
>
<p className="text-lg font-bold">{name}</p>
Expand Down

0 comments on commit bf7f7cb

Please sign in to comment.