Skip to content
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

Playground look-n-feel #1200

Merged
merged 18 commits into from Oct 14, 2020
Merged

Playground look-n-feel #1200

merged 18 commits into from Oct 14, 2020

Conversation

tenphi
Copy link
Member

@tenphi tenphi commented Oct 13, 2020

New design for the playground.

Copy link
Member

@vasilev-alex vasilev-alex left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not quite sure if we need to mix the styled components approach and less (considering it's used in few places). I guess we could use https://styled-components.com/docs/api#createglobalstyle

LGTM otherwise

export default RemoveButtonGroup;
const styledRemoveButtonGroup = styled(RemoveButtonGroup)`
&& {
border: 1px solid ${vars.primaryColor};
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ideally, this should be done using theming https://styled-components.com/docs/advanced#theming

@tenphi
Copy link
Member Author

tenphi commented Oct 14, 2020

Discussed & fixed. Ready to merge.

@vasilev-alex vasilev-alex merged commit 835e1ef into master Oct 14, 2020
@vasilev-alex vasilev-alex deleted the playground-look-n-feel branch October 14, 2020 16:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants