Skip to content

Commit 6753fd0

Browse files
authored
change color css (#436)
Signed-off-by: maissa SOUISSI <[email protected]>
1 parent ff0c159 commit 6753fd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/no-content-directory.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const CIRCLE_SIZE = 200;
1515

1616
const stylesIcon = {
1717
circle: (theme: any) => ({
18-
backgroundColor: theme.row.primary,
18+
backgroundColor: theme.palette.action.disabled,
1919
}),
2020
};
2121

@@ -34,7 +34,7 @@ const NoContentDirectory: React.FC<NoContentDirectoryProps> = ({
3434
marginTop: theme.spacing(20),
3535
}),
3636
noContentText: (theme: any) => ({
37-
color: theme.row.primary,
37+
color: theme.palette.text.disabled,
3838
textAlign: 'center',
3939
marginTop: theme.spacing(1),
4040
}),

0 commit comments

Comments
 (0)