A11y/Dashboard: Fix various dashboard settings issues (#40641)

See #39429
This commit is contained in:
kay delaney
2021-10-20 14:54:00 +01:00
committed by GitHub
parent 5b6831ab4d
commit 565537c6e2
8 changed files with 28 additions and 8 deletions

View File

@@ -41,6 +41,12 @@ export const DiffViewer: React.FC<ReactDiffViewerProps> = ({ oldValue, newValue
codeFold: {
fontSize: theme.typography.size.sm,
},
gutter: `
pre {
color: ${tinycolor(theme.colors.textFaint).setAlpha(1).toString()};
opacity: 0.61;
}
`,
};
return (