-
Notifications
You must be signed in to change notification settings - Fork 224
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
fix(icon): Fix icon color references #733
Conversation
Test summaryRun details
View run in Cypress Dashboard ➡️ This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Dashboard |
@@ -253,7 +253,7 @@ Default: `24` | |||
## Default Options | |||
|
|||
```js | |||
initializeIcons((iconPath = null), (selector = '.wdc-icon'), iconRoot = document); | |||
initializeIcons((iconPath = null), (selector = '.wdc-icon'), (iconRoot = document)); |
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.
😬
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.
The linter did this, not me!
@anicholls If this addresses #706, I'm not clear on why this PR is against The resulting colors seem to be the same regardless of whether we use |
@lychyi Oh wow. Major brain fart. Sorry, I will change the base to prerelease.
Yes, however |
fffb97a
to
48092a2
Compare
Summary
I missed a few things in #706. This addresses those issues.