Skip to content

Commit

Permalink
fix missing utrecht-document for some VR tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rwittenberns committed Feb 5, 2025
1 parent 12c22b2 commit 582fd52
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ const VisualRegressionWrapperNew = ({
const classNames = clsx({
'lsb-visual-regression-wrapper': true,
'lsb-visual-regression-wrapper--dark': mode === 'dark',
'utrecht-document': true,
[`lux-theme--${product}-${mode}`]: true,
[className ?? '']: true,
});
Expand Down

0 comments on commit 582fd52

Please sign in to comment.