-
Notifications
You must be signed in to change notification settings - Fork 6
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
starter-bloc: created starter blocks feature #3156
base: dev
Are you sure you want to change the base?
Conversation
import { Field } from "./Field"; | ||
import { BlockTypeProps } from "./StarterBlocksDialogue"; | ||
|
||
const LinkStyle = styled(Link)(({ 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.
Why is this link so heavily styled? We don't want to use style components and rely on our design system and only using sx for overrrides
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.
Sorry, I assigned the wrong color, which is why the specified color didn't render. I'll be updating it now.
b2259c8
to
2345abb
Compare
9481e29
to
3527bd3
Compare
No description provided.