Skip to content

Commit

Permalink
docs: fix contrast ratio on overview page (#3054)
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinbarron authored Feb 20, 2024
1 parent db77c4c commit f1ffe5e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion .storybook/preview.css
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,17 @@ body {
}

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

/* fix javascript class name */
span.token.script.language-javascript.class-name {
color: #247b95;
}

/* fix number colors in monaco editor */
.mtk7 {
color: #088155 !important;
Expand Down
2 changes: 1 addition & 1 deletion packages/mgt-element/src/utils/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
// THIS FILE IS AUTO GENERATED
// ANY CHANGES WILL BE LOST DURING BUILD

export const PACKAGE_VERSION = '4.0.0';
export const PACKAGE_VERSION = '4.0.1';

0 comments on commit f1ffe5e

Please sign in to comment.