-
Notifications
You must be signed in to change notification settings - Fork 150
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(blade): radio & checkbox large size #2092
feat(blade): radio & checkbox large size #2092
Conversation
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 3c9f25f:
|
✅ PR title follows Conventional Commits specification. |
Bundle Size ReportUpdated Components
|
packages/blade/CHANGELOG.md
Outdated
### Patch Changes | ||
|
||
- 2c64f181: feat: support `defaultPlacement` prop on `DropdownOverlay` | ||
- ef68789a: fix(DropdownButton): scroll handling issues on keyboard navigations | ||
|
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.
Looks like a bad rebase.
large: { | ||
width: size[20], | ||
height: size[20], | ||
dotRadius: size['3.75'], |
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.
Why not 4? Why do we even have a size in float?
f66e5a1
into
feat/base-input-ui-changes
Description
Changes
Additional Information
Component Checklist