Skip to content

Commit

Permalink
refactor(ui): add border to Kbd component for improved styling
Browse files Browse the repository at this point in the history
  • Loading branch information
tszhong0411 committed Jan 15, 2025
1 parent 006d019 commit c5bff20
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/serious-cobras-listen.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@tszhong0411/ui': patch
---

Add border to Kbd component for improved styling
2 changes: 1 addition & 1 deletion packages/ui/src/kbd.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ const Kbd = (props: KbdProps) => {
return (
<kbd
className={cn(
'bg-muted inline-flex items-center gap-1 rounded-md px-1.5 py-0.5 font-mono text-sm',
'bg-muted inline-flex items-center gap-1 rounded-md border px-1.5 py-0.5 font-mono text-sm',
className
)}
{...rest}
Expand Down

0 comments on commit c5bff20

Please sign in to comment.