Skip to content

Commit

Permalink
FEATURE: Mark inherited disabled nodes in document and content tree
Browse files Browse the repository at this point in the history
  • Loading branch information
dlubitz committed Dec 11, 2024
1 parent b5dab3b commit d6ac502
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ exports[`<Icon/> should render correctly. 1`] = `
Object {
"icon": "iconClassName",
"icon--big": "bigClassName",
"icon--color-error": "color-errorClassName",
"icon--color-contrastDark": "color-contrastDarkClassName",
"icon--color-error": "color-errorClassName",
"icon--color-primaryBlue": "color-primaryBlueClassName",
"icon--color-warn": "color-warnClassName",
"icon--huge": "hugeClassName",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-ui-components/src/Icon/style.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
}

.icon--color-contrastDark {
color: var(--colors-ContrastDark)
color: var(--colors-ContrastDark);
}

.icon--huge {
Expand Down

0 comments on commit d6ac502

Please sign in to comment.