Skip to content

Commit 4003e59

Browse files
Merge branch 'master' into actions/slack-webhook-whitelist
2 parents c024a09 + 5fe53d1 commit 4003e59

3 files changed

Lines changed: 6 additions & 7 deletions

File tree

x-pack/legacy/plugins/apm/public/components/app/ErrorGroupOverview/List/__test__/__snapshots__/List.test.tsx.snap

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

x-pack/legacy/plugins/apm/public/components/shared/Stacktrace/__test__/__snapshots__/Stackframe.test.tsx.snap

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

x-pack/legacy/plugins/apm/public/style/variables.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,8 @@ export function pct(value: number): string {
3131
export const borderRadius = '4px';
3232

3333
// Fonts
34-
export const fontFamily = '"Open Sans", Helvetica, Arial, sans-serif';
3534
export const fontFamilyCode =
36-
'"SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace';
35+
'"Roboto Mono", Consolas, Menlo, Courier, monospace';
3736

3837
// Font sizes
3938
export const fontSize = '14px';

0 commit comments

Comments
 (0)