Skip to content

Commit

Permalink
Default NavTab font-weight to 300 up from 100 (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
tonylepmets authored Feb 21, 2020
1 parent 0bb8295 commit a9ded05
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-storefront",
"version": "7.3.0",
"version": "7.3.1",
"description": "Build and deploy e-commerce progressive web apps (PWAs) in record time.",
"module": "./index.js",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion src/nav/NavTab.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const styles = theme => ({
link: {
textDecoration: 'none',
color: 'inherit',
fontWeight: 100,
fontWeight: 300,
},
/**
* Styles applied to the root element of the `Tab`'s `TouchRippleProps` classes.
Expand Down

0 comments on commit a9ded05

Please sign in to comment.