-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Migrate Trilemma Triangle to Shadcn #13975
Conversation
✅ Deploy Preview for ethereumorg ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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 @minimalsm, will wait for a designers review before merging.
// TODO: Add all border color tokens to match DS | ||
border: { | ||
DEFAULT: "hsla(var(--border))", | ||
}, |
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.
Curious about this, @nloureiro do we have a default color for our borders?
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.
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.
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.
Ahh awesome, will add them in a separate PR.
looks good to me!! thank you @minimalsm :) |
// TODO: Add all border color tokens to match DS | ||
border: { | ||
DEFAULT: "hsla(var(--border))", | ||
}, |
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.
// TODO: Add all border color tokens to match DS | ||
border: { | ||
DEFAULT: "hsla(var(--border))", | ||
}, |
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.
Description
Note
@nloureiro I took some liberties with picking colors: the current production Trilemma Triangle still uses blue for lightmode and orange for darkmode. This PR now uses purple instead, let me know if you have any suggestions/tweaks you'd like and I'll update.
Related Issue
#13946