Skip to content

Commit e39f258

Browse files
authored
Merge pull request #472 from ChartIQ/workbench-underline-links
underline clickable links in the workbench
2 parents 47d7067 + e9d2db2 commit e39f258

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

toolbox/fdc3-workbench/src/App.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ const mainTheme = createTheme({
2828
contrastText: "#fff",
2929
},
3030
},
31+
props: {
32+
MuiLink: {
33+
underline: "always"
34+
}
35+
}
3136
});
3237

3338
mainTheme.typography.h4 = {

0 commit comments

Comments
 (0)