Skip to content

Commit 0e7ea86

Browse files
[Skeleton] Increase wave contrast
1 parent 40277f8 commit 0e7ea86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/material-ui-lab/src/Skeleton/Skeleton.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export const styles = theme => ({
4949
overflow: 'hidden',
5050
'&::after': {
5151
animation: '$wave 1.6s linear 0.5s infinite',
52-
background: 'linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.6), transparent)',
52+
background: 'linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.7), transparent)',
5353
content: '""',
5454
position: 'absolute',
5555
transform: 'translateX(-100%)', // Avoid flash during server-side hydration

0 commit comments

Comments
 (0)