Skip to content

Commit

Permalink
feat(components): add open box symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
codingcodax committed Sep 24, 2024
1 parent 8fa0931 commit 575cbba
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apps/www/src/components/demos/Keycap/Keycap.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ export const KeycapDemo = () => {
'flex h-9 w-24 items-center justify-center rounded-lg border border-b-4 border-grey-line border-b-grey-text-contrast bg-grey-bg text-sm font-semibold text-grey-text-contrast transition-[border] duration-100 ease-in-out',
'hover:border-b-[1px] hover:border-grey-line',
)}
/>
>
␣
</button>

<button
className={clsx(
Expand Down

0 comments on commit 575cbba

Please sign in to comment.