Skip to content

Commit

Permalink
Merge pull request #66 from reactioncommerce/fix-hover-color
Browse files Browse the repository at this point in the history
fix: revert hoverOpacity to default theme value
  • Loading branch information
machikoyasuda authored Aug 17, 2019
2 parents 2e373d1 + aefd8b3 commit 847d6ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .snyk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.13.5
version: v1.12.0
# ignores vulnerabilities until expiry date; change duration by modifying expiry date
ignore:
'npm:hoek:20180212':
Expand Down Expand Up @@ -77,5 +77,5 @@ ignore:
'npm:mem:20180117':
- libnpx > yargs > os-locale > mem:
reason: No update available
expires: '2019-08-16T03:20:49.029Z'
expires: '2019-09-16T00:24:48.037Z'
patch: {}
1 change: 0 additions & 1 deletion package/src/theme/defaultTheme.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ export const rawMuiTheme = {
},
action: {
hover: colors.reactionBlue100,
hoverOpacity: 1,
selected: colors.black10
}
},
Expand Down

0 comments on commit 847d6ae

Please sign in to comment.