Skip to content

Commit

Permalink
fix: border
Browse files Browse the repository at this point in the history
  • Loading branch information
ademilter committed Mar 24, 2023
1 parent 9efea97 commit 700d23e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/box.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,9 @@ function BoxBodyRadio({
<label
className={cx(
"relative flex h-12 grow items-center gap-2 px-4",
"cursor-pointer select-none border border-transparent bg-white dark:bg-zinc-800",
"first:rounded-t-lg last:rounded-b-lg",
isSelected && "z-10 rounded-lg border-zinc-200 dark:border-zinc-700",
"rounded-lg border border-transparent",
"cursor-pointer select-none first:rounded-t-lg last:rounded-b-lg",
isSelected && "z-10 border-zinc-200 dark:border-zinc-700",
className
)}
>
Expand Down

1 comment on commit 700d23e

@vercel
Copy link

@vercel vercel bot commented on 700d23e Mar 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

vakitler – ./

vakitler-git-main-ademilter.vercel.app
vakitler-ademilter.vercel.app
vakitler.vercel.app
vakitler.app

Please sign in to comment.