We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d579749 commit 25259c1Copy full SHA for 25259c1
docs/src/modules/branding/ComparisonTable.tsx
@@ -1,5 +1,5 @@
1
import React from 'react';
2
-import { experimentalStyled as styled, fade } from '@material-ui/core/styles';
+import { experimentalStyled as styled, alpha } from '@material-ui/core/styles';
3
import Table from '@material-ui/core/Table';
4
import Box from '@material-ui/core/Box';
5
import TableBody from '@material-ui/core/TableBody';
@@ -72,7 +72,7 @@ function PlanStatus(props: PlanStatusProps) {
72
{checkIcon ? (
73
<CheckIcon
74
sx={{
75
- bgcolor: (theme) => fade(theme.palette.primary.main, 0.2),
+ bgcolor: (theme) => alpha(theme.palette.primary.main, 0.2),
76
color: 'primary.main',
77
borderRadius: '50%',
78
p: 0.5,
0 commit comments