From 6ce31ac0396d36b008c7805d66009672709b5dbd Mon Sep 17 00:00:00 2001 From: Laura Date: Wed, 29 Mar 2017 22:07:28 -0500 Subject: [PATCH] Code Review --- client/css/style.css | 4 ++++ imports/ui/App.jsx | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/client/css/style.css b/client/css/style.css index d160310..fc27996 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -1,3 +1,7 @@ + +/*Está muy bonito el diseño, pero sugiero tener cuidado con el contraste de colores, los tonos de los colores son +importantes. */ + body { background-color: #fafafa; font-family: 'Roboto Condensed', sans-serif; diff --git a/imports/ui/App.jsx b/imports/ui/App.jsx index beac1d2..141c77a 100644 --- a/imports/ui/App.jsx +++ b/imports/ui/App.jsx @@ -11,7 +11,7 @@ import CustomDateFilter from './CustomDateFilter'; import CustomCheckBox from './CustomCheckBox'; import AccountsUIWrapper from './AccountsUIWrapper.jsx'; - +//Me gusta mucho su página, es útil y fácil de usar. Tener en cuenta el uso de strict que se recomienda y los ligeros problemas con el login. // App component - represents the whole app class App extends Component {