Skip to content

Commit db21b01

Browse files
committed
1
1 parent f59c6bb commit db21b01

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

.storybook/storybook.css

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,9 @@ code:not(.MuiTypography-root),
6969
.sbdocs kbd:not(.MuiTypography-root),
7070
.sbdocs samp:not(.MuiTypography-root),
7171
.token:not(.MuiTypography-root),
72-
pre .language-text:not(.MuiTypography-root) {
73-
font-family: var(--sb-ds-font-mono);
72+
pre .language-text:not(.MuiTypography-root),
73+
pre .language-tsx:not(.MuiTypography-root) {
74+
font-family: var(--sb-ds-font-mono) !important;
7475
}
7576

7677
/* DS DOCS */
@@ -434,9 +435,11 @@ pre .language-text:not(.MuiTypography-root) {
434435
align-items: center;
435436
justify-content: space-between;
436437
gap: 12px;
437-
line-height: 1.2;
438438
}
439-
439+
.ds-colour-row span {
440+
line-height: 1.3;
441+
font-size: 14px;
442+
}
440443
.ds-colour-row code,
441444
.ds-border-card code {
442445
font-family: var(--ds-font-family-mono, monospace);

0 commit comments

Comments
 (0)