-
Notifications
You must be signed in to change notification settings - Fork 19
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
Remove overrides for Salt Icon color #486
Conversation
🦋 Changeset detectedLatest commit: 14d4416 The changes in this PR will be included in the next version bump. This PR includes changesets to release 24 packages
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 |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
This isnt building...
@jpmorganchase/mosaic-theme:build: ✘ [ERROR] [plugin vanilla-extract] Build failed with 1 error:
--
08:56:20.773 | @jpmorganchase/mosaic-theme:build: src/icon/icons.css.ts:5:9: error: No matching export in "src/salt/index.ts" for import "iconSizeVars"
…ted in the default state
Sources were being started/stopped but the pages were never being added to the global filesystem.
By adding the `allowMultiple` option to a plugins definition in the `mosaic.config.mjs` file, multiple instances of that plugin can be loaded by Mosaic. `allowMultiple` *must* be added to all module definition instances and takes priority over module definitions that do not have it.
This PR removes the overrides for Salt Icon color. The override is stopping the color prop from working on the Salt site, (added here: jpmorganchase/salt-ds#2462).
The Salt icon will now use currentColor by default, so the override shouldn't be needed anymore.