Skip to content

Daniela López. 1st challenge - #28

Open
DanielaZrLC wants to merge 4 commits into
erickwize:masterfrom
DanielaZrLC:WizWork-1
Open

Daniela López. 1st challenge#28
DanielaZrLC wants to merge 4 commits into
erickwize:masterfrom
DanielaZrLC:WizWork-1

Conversation

@DanielaZrLC

Copy link
Copy Markdown

No description provided.

@DanielaZrLCDanielaZrLC changed the title Daniela Mariana López Castillo. 1st challengeDaniela López. 1st challengeMar 22, 2021

@jonathanperazawljonathanperazawl left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Looking good, I left small comments, also try to add more test cases for smaller components.

Comment threadsrc/App.js
Comment on lines +1 to +15
// import './global.css';
// import Header from '../src/pages/Header/Header';
// import Home from './pages/Home/Layout/Layout';
// import 'antd/dist/antd.css'

// function App() {
// return (
// <div>
// <Header/>
// <Home/>
// </div>
// );
// }

// export default App;

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Remove the file if it is no needed

Comment on lines +17 to +25
/* .container {
width: 100vw;
height: 100vh;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin-top: -3rem;
} */

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Same here, remove unused comments.

@@ -0,0 +1,14 @@
// Light mode Colors

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

What about creating themes instead, something like:

constthemes={dark: {primary: ...},light: {primary: ...}}

Then you can re-use this them among all your components and styled components

Sign up for freeto 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

@DanielaZrLC@jonathanperazawl