-
Notifications
You must be signed in to change notification settings - Fork 11
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
Add background to onDark secondary button #156
Comments
@leeejune you want to make this update? |
@blackfalcon Sure! |
blackfalcon
added
the
not-reviewed
Issue has not been reviewed by Auro team members
label
Jan 20, 2023
blackfalcon
removed
the
not-reviewed
Issue has not been reviewed by Auro team members
label
Apr 24, 2023
blackfalcon
added a commit
that referenced
this issue
May 19, 2023
This commit address an issue related to updated color spec for the button when placed on dark backgrounds. See design spec: https://www.figma.com/file/CFVIEQkpeykfQejPppBili/Button?type=design&node-id=322-813&t=FqowZrMG1mtW6O1z-0 Changes to be committed: modified: src/style.scss
6 tasks
blackfalcon
added a commit
that referenced
this issue
May 19, 2023
This commit address an issue related to updated color spec for the button when placed on dark backgrounds. See design spec: https://www.figma.com/file/CFVIEQkpeykfQejPppBili/Button?type=design&node-id=322-813&t=FqowZrMG1mtW6O1z-0 Changes to be committed: modified: src/style.scss
blackfalcon
added a commit
that referenced
this issue
Jun 1, 2023
This commit address an issue related to updated color spec for the button when placed on dark backgrounds. See design spec: https://www.figma.com/file/CFVIEQkpeykfQejPppBili/Button?type=design&node-id=322-813&t=FqowZrMG1mtW6O1z-0 Changes to be committed: modified: src/style.scss
blackfalcon
added a commit
that referenced
this issue
Jun 6, 2023
This commit address an issue related to updated color spec for the button when placed on dark backgrounds. See design spec: https://www.figma.com/file/CFVIEQkpeykfQejPppBili/Button?type=design&node-id=322-813&t=FqowZrMG1mtW6O1z-0 Changes to be committed: modified: src/style.scss
AuroDesignSystem
pushed a commit
that referenced
this issue
Jun 6, 2023
# [7.0.0](v6.6.0...v7.0.0) (2023-06-06) ### Code Refactoring * **es5:** remove legacy features and build support [#204](#204) ([c0348c4](c0348c4)) * **id:** remove internal ID support [#130](#130) ([1d8d16c](1d8d16c)) ### Features * add multiple updates [#206](#206) ([449c0c4](449c0c4)) * **enum:** add variants support [#160](#160) ([05509b8](05509b8)) * **ondark:** update background values [#156](#156) ([b6ef5f8](b6ef5f8)) ### Performance Improvements * **focus-visible:** remove support for polyfill [#208](#208) ([5f0f8d1](5f0f8d1)) * **icon:** remove internal icon placement support [#209](#209) ([eec81f6](eec81f6)) ### BREAKING CHANGES * This commit includes an update to the npm namespace to @AuroDesignSystem. Changes to be committed: new file: .github/CODEOWNERS deleted: .github/ISSUE_TEMPLATE/audit.md deleted: .github/ISSUE_TEMPLATE/bug_report.md new file: .github/ISSUE_TEMPLATE/bug_report.yml deleted: .github/ISSUE_TEMPLATE/develop-design-story.md deleted: .github/ISSUE_TEMPLATE/feature_request.md new file: .github/ISSUE_TEMPLATE/feature_request.yml deleted: .github/ISSUE_TEMPLATE/general-support.md new file: .github/ISSUE_TEMPLATE/general-support.yml deleted: .github/ISSUE_TEMPLATE/new_wc.md deleted: .github/ISSUE_TEMPLATE/parent-design-story.md deleted: .github/ISSUE_TEMPLATE/review-design-story.md deleted: .github/ISSUE_TEMPLATE/symbol-design-story.md deleted: .github/ISSUE_TEMPLATE/user-story.md modified: .github/settings.yml modified: .github/workflows/testPublish.yml modified: .gitignore new file: .husky/pre-commit modified: .npmignore modified: index.js deleted: karma.conf.js modified: package-lock.json * **icon:** This commit will remove all legacy support for placement of icons within the element other than supporting icons as slotted content. Changes to be committed: modified: docs/api.md modified: src/auro-button.js modified: src/style.scss * **id:** This commit will remove all support for ID attribute reflection from the parent element to the inner button element. Changes to be committed: modified: src/auro-button.js modified: test/auro-button.test.js modified: packageScripts/postinstall.js * **es5:** This commit removes all legacy es6 build process including light-dom support, fixed CSS, non CSS variable support, and es5 bundling. Changes to be committed: modified: README.md deleted: babel.config.js deleted: demo/alert.js modified: demo/demo.md modified: demo/index.html deleted: demo/sass/style.scss deleted: index.html modified: package-lock.json modified: package.json modified: packageScripts/postinstall.js modified: rollup.config.js modified: scripts/postCss.js deleted: scripts/removeNonRemPlugin.js deleted: src/auro-button-light.js modified: src/auro-button.js deleted: src/es5.js deleted: src/style-fixed.scss deleted: src/style-ld.scss
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
The background on the onDark secondary button is transparent. This makes buttons placed on photos inaccessible.
Describe the solution you'd like
Add a dark background to the onDark secondary button. Changes proposed on the blueprint: https://www.figma.com/file/CFVIEQkpeykfQejPppBili/Button?node-id=322%3A813
The text was updated successfully, but these errors were encountered: