Skip to content

Commit a9ded05

Browse files
author
tonylepmets
authored
Default NavTab font-weight to 300 up from 100 (#47)
1 parent 0bb8295 commit a9ded05

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-storefront",
3-
"version": "7.3.0",
3+
"version": "7.3.1",
44
"description": "Build and deploy e-commerce progressive web apps (PWAs) in record time.",
55
"module": "./index.js",
66
"license": "Apache-2.0",

src/nav/NavTab.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const styles = theme => ({
2525
link: {
2626
textDecoration: 'none',
2727
color: 'inherit',
28-
fontWeight: 100,
28+
fontWeight: 300,
2929
},
3030
/**
3131
* Styles applied to the root element of the `Tab`'s `TouchRippleProps` classes.

0 commit comments

Comments
 (0)