-
-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add phone input component prop size #2466
feat: add phone input component prop size #2466
Conversation
…to feat-add-input-and-all-inputable-components-prop-size
…to feat-add-size-to-phone-input-component
Features
Bug FixesContributorsyvmunayev, LeandroTorresSicilia Commit-Lint commandsYou can trigger Commit-Lint actions by commenting on this PR:
|
export const StyledFlagIcon = styled.img` | ||
width: 28px; | ||
height: 100%; | ||
export const StyledFlagIcon = styled.svg` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Similar blocks of code found in 3 locations. Consider refactoring.
Visit the preview URL for this PR (updated for commit e1b440c): https://react-rainbow--pr2466-feat-add-size-to-pho-yp1ihf5o.web.app (expires Sat, 15 Oct 2022 17:03:39 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 |
Code Climate has analyzed commit e1b440c and detected 6 issues on this pull request. Here's the issue category breakdown:
View more on Code Climate. |
fix: #2465
Changes proposed in this PR:
feat: add phone input component prop size
I have followed (at least) the PR section of the contributing guide.
@nexxtway/react-rainbow