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

Change font size and colour in App.css #83

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ after_script:
deploy:
provider: pages
skip-cleanup: true
github-token: $GITHUB_TOKEN
github-token: $GITHUB_TOKEN ${{ secrets.GITHUB_TOKEN }}
local_dir: build
on:
branch: master
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ Created with _create-react-app_. See the [full create-react-app guide](https://g

## Enhancement

1. Removing the dependency of Materialize-CSS module
1. Removing the dependency of Materialize-CSS module . test

~~2. Chart going crazy on hovering over the old points~~
Loading