Skip to content

Commit f1ffe5e

Browse files
authored
docs: fix contrast ratio on overview page (#3054)
1 parent db77c4c commit f1ffe5e

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.storybook/preview.css

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,17 @@ body {
101101
}
102102

103103
/* fix attribute names in html rendering */
104-
.mtk4, .css-zj0253 * .token.attr-name {
104+
.mtk4,
105+
.language-html .token.attr-name,
106+
span.token.script.language-javascript.literal-property.property {
105107
color: #e50000 !important;
106108
}
107109

110+
/* fix javascript class name */
111+
span.token.script.language-javascript.class-name {
112+
color: #247b95;
113+
}
114+
108115
/* fix number colors in monaco editor */
109116
.mtk7 {
110117
color: #088155 !important;

packages/mgt-element/src/utils/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
// THIS FILE IS AUTO GENERATED
99
// ANY CHANGES WILL BE LOST DURING BUILD
1010

11-
export const PACKAGE_VERSION = '4.0.0';
11+
export const PACKAGE_VERSION = '4.0.1';

0 commit comments

Comments
 (0)