File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " react-storefront" ,
3- "version" : " 7.2.2 " ,
3+ "version" : " 7.2.3 " ,
44 "description" : " Build and deploy e-commerce progressive web apps (PWAs) in record time." ,
55 "module" : " ./index.js" ,
66 "license" : " Apache-2.0" ,
Original file line number Diff line number Diff line change @@ -11,9 +11,7 @@ export const styles = theme => ({
1111 /**
1212 * Styles applied to the [`Link`](/apiReference/link%2fLink) element used as the root.
1313 */
14- link : {
15- color : 'inherit' ,
16- } ,
14+ link : { } ,
1715 /**
1816 * Styles passed through to the [`Badge`](https://material-ui.com/api/badge/#css) element's
1917 * `badge` CSS rule.
@@ -25,7 +23,9 @@ export const styles = theme => ({
2523 /**
2624 * Styles applied to the button icon.
2725 */
28- icon : { } ,
26+ icon : {
27+ color : theme . palette . action . active ,
28+ } ,
2929} )
3030
3131const useStyles = makeStyles ( styles , { name : 'RSFCartButton' } )
You can’t perform that action at this time.
0 commit comments