Skip to content

Commit

Permalink
fix: phone input vertical center
Browse files Browse the repository at this point in the history
  • Loading branch information
MicaelRodrigues committed Mar 6, 2024
1 parent 7d89b53 commit 952b8df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/yoga/src/Input/web/Phone.style.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ export const Container = styled.div`
.flag-dropdown {
border: none;
width: inherit;
height: inherit;
grid-area: dropdown;
&.open {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ exports[`<Input.Phone /> Snapshots should match with default input 1`] = `
.c2 .react-tel-input .flag-dropdown {
border: none;
width: inherit;
height: inherit;
grid-area: dropdown;
}
Expand Down

0 comments on commit 952b8df

Please sign in to comment.