Skip to content

Commit

Permalink
fix: refine input and button border styling (#46)
Browse files Browse the repository at this point in the history
* Adjusted button border next to input, reducing it from 2px to 1px.

---------

Co-Authored-By: Omer Alpi <omeralpi@icloud.com>
  • Loading branch information
Davidihl and omeralpi committed Nov 16, 2024
1 parent 08c56ce commit bd85af1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/ui/phone-input.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ const CountrySelect = ({
<Button
type="button"
variant="outline"
className="flex gap-1 rounded-e-none rounded-s-lg px-3"
className="flex gap-1 rounded-e-none rounded-s-lg px-3 border-r-0 focus:z-10"
disabled={disabled}
>
<FlagComponent
Expand Down
2 changes: 1 addition & 1 deletion content/snippets/phone-input.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ const CountrySelect = ({
<Button
type="button"
variant="outline"
className="flex gap-1 rounded-e-none rounded-s-lg px-3"
className="flex gap-1 rounded-e-none rounded-s-lg px-3 border-r-0 focus:z-10"
disabled={disabled}
>
<FlagComponent
Expand Down

0 comments on commit bd85af1

Please sign in to comment.