-
Notifications
You must be signed in to change notification settings - Fork 4
Adding tag, gray900 #571
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
base: main
Are you sure you want to change the base?
Adding tag, gray900 #571
Conversation
emilmilanov
commented
May 5, 2025

🦋 Changeset detectedLatest commit: b950c20 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 |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
cypress-design
|
Project |
cypress-design
|
Branch Review |
tag-gray-900
|
Run status |
|
Run duration | 03m 34s |
Commit |
|
Committer | Emil Milanov |
View all properties for this run ↗︎ |
Test results | |
---|---|
|
0
|
|
0
|
|
0
|
|
0
|
|
236
|
View all changes introduced in this branch ↗︎ |
UI Coverage
8.39%
|
|
---|---|
|
268
|
|
26
|
Accessibility
99.43%
|
|
---|---|
|
0 critical
2 serious
0 moderate
1 minor
|
|
23
|
@@ -17,6 +17,10 @@ export const CssColor = { | |||
default: 'bg-gray-50 text-gray-700 border-gray-100', | |||
dark: 'bg-gray-700 text-white border-gray-700', | |||
}, | |||
gray900: { |
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.
@emilmilanov I would recommend calling this one gray-dark
maybe just to align closer to how we call our Button
components.
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 agree.