Skip to content

Commit

Permalink
feat(chat): add small border around chat message action
Browse files Browse the repository at this point in the history
  • Loading branch information
Mati365 committed Feb 22, 2025
1 parent a6752b9 commit 4893d60
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export function ToolbarSmallActionButton({ children, icon, title, disabled, dark
type="button"
className={clsx(
'flex items-center gap-1.5 bg-gray-100/50 px-2 py-1.5 rounded-md text-gray-600 text-xs transition-all',
'border border-gray-200',
'hover:scale-105 active:scale-95',
disabled
? 'opacity-50 cursor-not-allowed'
Expand Down

0 comments on commit 4893d60

Please sign in to comment.