-
Notifications
You must be signed in to change notification settings - Fork 6.3k
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: de-emphasize copy to clipboard button #6246
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Lighthouse Results
|
@bmuenzenmeyer does it make sense to keep the green colour on light theme? Like keeping the gray on dark theme and green on light theme? I have the feeling that within the light theme the gray button is more emphasized than the green one. |
I thought about that but the codebox is always dark, so this still seems appropriate to me. Open to more thoughts, or iterating on this for a bit. |
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.
LGTM
I think that on en/learn/getting-started/introduction-to-nodejs
the code snippet that displays functions should be inline code.
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.
LGTM!
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.
added a neutral button kind
- alphabetically first across all diffs
@bmuenzenmeyer apparently the merge queue is failing. You might want to check why 👀 |
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as outdated.
This comment was marked as outdated.
1a8280e
to
cd866c2
Compare
I mean yea, we updated the tailwind prettier plugin, so main branch has new rules 👀 |
cd866c2
to
1830871
Compare
cursed pr |
Description
De-emphasizes the copy to clipboard button. also removed the homepage customization. yes, this is a deviation of the figma- but now met with real content, especially repeated examples are distracting. this is a tertiary act for the site, it should not have primary/action color
Validation
same homepage
less busy examples within content
Related Issues
closes #6244
Check List
npx turbo lint
to ensure the code follows the style guide. And runnpx turbo lint:fix
to fix the style errors if necessary.npx turbo format
to ensure the code follows the style guide.npx turbo test
to check if all tests are passing.