core-components: LogViewer prop className -> classes

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2021-12-09 12:02:09 +01:00
parent 6ff2055519
commit 85ee184e68
5 changed files with 13 additions and 12 deletions
@@ -86,7 +86,7 @@ export const TechDocsBuildLogsDrawerContent = ({
<Close />
</IconButton>
</Grid>
<LogViewer text={logText} className={classes.logs} />
<LogViewer text={logText} classes={{ root: classes.logs }} />
</Grid>
);
};