-
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
Improve styles for the dApp #73
Conversation
e09ce8d
to
c8d9e39
Compare
return { | ||
...defaultStyles, | ||
color: "red.400", | ||
borderColor: "red.400", | ||
bg: "transparent", | ||
} |
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.
Just to make sure - shouldn't we override the _hover
(and maybe _active
) state?
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.
You're probably right. But at the moment we don't have a style guide. I left a comment there for us to edit the styles when the guide is ready.
There have been many changes in the designs. This PR updates the styles to the current design. Not everything is fully defined in the style guide yet, but let's keep it up to date. The scope of the changes includes the addition of themes for individual components and minor visual improvements.