-
Notifications
You must be signed in to change notification settings - Fork 40
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
chore: understanding the color scale #3218
base: next
Are you sure you want to change the base?
Conversation
|
Preview deployments for this pull request: Storybook - Storefront - Theme - |
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.
Suggest on change. I can help out if the feedback was unclear :)
| Navn | Bruksområde | | ||
| ----------- | ----------- | | ||
| 1. Background default | Standard bakgrunnsfarge. | | ||
| 2. Background tinted | Bakgrunn med et hint av farge i seg. | | ||
| 3. Surface default | Standard farge for overflater / komponenter. | | ||
| 4. Surface tinted | Overflater / komponenter med et hint av farge i seg. | | ||
| 5. Surface hover | Hover-farge til overflater / komponenter. | | ||
| 6. Surface active | Active-farge til overflater / komponenter. | | ||
| 7. Border subtle | Border-farge med lav kontrast til dekorativ bruk (skillelinjer). | | ||
| 8. Border default | Standard border-farge til skjemakomponenter og meningsbærende elementer. | | ||
| 9. Border strong | Border-farge med høy kontrast for ekstra synlighet. | | ||
| 10. Text subtle | Tekst- og ikonfarge med lavere kontrast. | | ||
| 11. Text default | Tekst- og ikonfarge med høy kontrast og god synlighet. | | ||
| 12. Base default | Standardfarge for solide bakgrunner. | | ||
| 13. Base hover | Hover-farge for solide bakgrunner. | | ||
| 14. Base active | Active-farge for solide bakgrunner. | | ||
| 15. Base contrast subtle | Farge med god kontrast mot Base default. | | ||
| 16. Base contrast default | Farge med god kontrast mot Base default og Base hover. | |
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.
I suggest we create a simple component for this information that uses the colorMetadata its important to make sure this data is correct across multiple apps.
Coverage Report
File CoverageNo changed files found. |
Resolves #2107