-
Notifications
You must be signed in to change notification settings - Fork 68
LG-3667: Updates disabled Radio label #1831
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
Conversation
🦋 Changeset detectedLatest commit: 762df55 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
@@ -71,6 +74,7 @@ function Radio({ | |||
className={cx( | |||
labelBaseStyle, | |||
{ | |||
[labelDisabledStyle[theme]]: disabled, |
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.
Can you use the disabled prop instead of adding CSS? It looks like the colors are the same.
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.
Good catch
Size Change: +6 B (0%) Total Size: 1.01 MB
ℹ️ View Unchanged
|
* Adds Combobox tests (#1811) * Adds todo tests * Update Combobox.spec.tsx * lint * Update Combobox.spec.tsx * Update SearchResultsMenu.story.tsx (#1813) * [INTEGRATION LG-3296] Build Pipeline (#1812) * Adam/tsconfig (#1806) * lerna exec. extend build.tsconfig * updates internal tsconfig * rm old tsconfigs * rm legacy script * init config/package.json * updates paths * updates check:ts script * Update create-package.js * check:ts also builds dependents * Build tooling (#1807) * lerna exec. extend build.tsconfig * updates internal tsconfig * updates paths * Create update-package-json.ts * Update package.json * add tsc to package.json * adds turbo * Create turbo.yml * Update package.json * update ci * Update turbo.json * rm cycle * updates CI * Setup nx vs turbo benchmark job * Update benchmark.yml * rename lint script * rm yarn cache * Update turbo.json * update build dependencies * Adds baseline job * Updates configs & ci Update turbo.json Update turbo.json Update nx.json Update benchmark.yml restore build-storybook fixes dependencies Create sizeDiff.yml Update sizeDiff.yml Update sizeDiff.yml Update .npmpackagejsonlintrc.json rm lodash from icon-button rm bad references from palette story fix nx? * removes nx.json * Delete update-package-json.ts * Update Palette.story.tsx * Update Palette.story.tsx * Update .gitignore * rm build:turbo * fix story build error * fix split button & menu story imports * Adds federation icon (#1827) * Fix release script (#1828) * LG-3358, LG-3385 - Change Lottie dependency (#1826) * change lottie deps * changeset --------- Co-authored-by: brooke <[email protected]> * Updates icon for dark mode (#1825) * with changeset (#1824) * yarn update * rm resolution * fix basic TS * resolve RTG types * runs implicit-children codemod * lint * LG-3667: Updates disabled Radio label (#1831) * with changeset * rm console * use label prop to style * fix formfooter error (#1833) * fixes tooltip TS issues * fix side-nav TS errors (#1834) * fixes bug introduced * fix table ts (#1835) * revert changes to isComponentGlyph (#1836) * fix sc bugs * last sc fix * prettier * Update examples.spec.tsx * heap? * runs lint too * fix combobox tsc --------- Co-authored-by: Brooke Scarlett Yalof <[email protected]> Co-authored-by: Sean Park <[email protected]> Co-authored-by: Shaneeza <[email protected]>
* with changeset * rm console * use label prop to style
✍️ Proposed changes
🎟 Jira ticket: LG-3667
✅ Checklist
For bug fixes, new features & breaking changes
yarn changeset
and documented my changesFor new components
🧪 How to test changes