Skip to content

Commit

Permalink
Revert "increase contrast"
Browse files Browse the repository at this point in the history
This reverts commit a530f7f.
  • Loading branch information
oliviertassinari committed Mar 15, 2020
1 parent a530f7f commit e97ff40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/material-ui-lab/src/Skeleton/Skeleton.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export const styles = theme => ({
overflow: 'hidden',
'&::after': {
animation: '$wave 1.6s linear 0.5s infinite',
background: `linear-gradient(90deg, transparent, ${theme.palette.action.selected}, transparent)`,
background: `linear-gradient(90deg, transparent, ${theme.palette.action.hover}, transparent)`,
content: '""',
position: 'absolute',
transform: 'translateX(-100%)', // Avoid flash during server-side hydration
Expand Down

0 comments on commit e97ff40

Please sign in to comment.