Skip to content

Commit 25259c1

Browse files
committed
replace fade
1 parent d579749 commit 25259c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/modules/branding/ComparisonTable.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React from 'react';
2-
import { experimentalStyled as styled, fade } from '@material-ui/core/styles';
2+
import { experimentalStyled as styled, alpha } from '@material-ui/core/styles';
33
import Table from '@material-ui/core/Table';
44
import Box from '@material-ui/core/Box';
55
import TableBody from '@material-ui/core/TableBody';
@@ -72,7 +72,7 @@ function PlanStatus(props: PlanStatusProps) {
7272
{checkIcon ? (
7373
<CheckIcon
7474
sx={{
75-
bgcolor: (theme) => fade(theme.palette.primary.main, 0.2),
75+
bgcolor: (theme) => alpha(theme.palette.primary.main, 0.2),
7676
color: 'primary.main',
7777
borderRadius: '50%',
7878
p: 0.5,

0 commit comments

Comments
 (0)