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 ff0c159 commit 6753fd0Copy full SHA for 6753fd0
src/components/no-content-directory.tsx
@@ -15,7 +15,7 @@ const CIRCLE_SIZE = 200;
15
16
const stylesIcon = {
17
circle: (theme: any) => ({
18
- backgroundColor: theme.row.primary,
+ backgroundColor: theme.palette.action.disabled,
19
}),
20
};
21
@@ -34,7 +34,7 @@ const NoContentDirectory: React.FC<NoContentDirectoryProps> = ({
34
marginTop: theme.spacing(20),
35
36
noContentText: (theme: any) => ({
37
- color: theme.row.primary,
+ color: theme.palette.text.disabled,
38
textAlign: 'center',
39
marginTop: theme.spacing(1),
40
0 commit comments