Skip to content

Conversation

@eRobles10
Copy link

Development of minichallenge 1

@eRobles10 eRobles10 closed this Mar 20, 2021
@eRobles10 eRobles10 reopened this Mar 20, 2021
Copy link

@jonathanperazawl jonathanperazawl left a comment

Choose a reason for hiding this comment

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

Hi Edgar, thank you for submitting your Pull Request, I left small comments in it.

Also here are some missing points you can work on for the next deliverables:

  • Try to add unit tests
  • Avoid commits on master branch directly, you can create a feature branch on your fork, and then create the Pull request with master in your own repo

const StyledHeader = styled.header`
background-color: rgb(247, 247, 247);
display: flex;
border-bottom: 1px solid rgb(236, 236, 236 ) !important;

Choose a reason for hiding this comment

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

Avoid using !important

Comment on lines 49 to 50
width: 40px important!;
height: 40px important!;

Choose a reason for hiding this comment

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

Avoid using !important

const CardContent = styled.div`
overflow: hidden;
border-radius: 2px;
border: 1px solid rgb(236, 236, 236 ) !important;

Choose a reason for hiding this comment

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

Avoid using important

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.

2 participants