Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mshatikhin committed May 8, 2024
1 parent 4b36b99 commit adfb376
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export const WithWrapperError = () => (
export const WithWrapperErrorWithoutSpan = () => (
<Gapped vertical gap={20}>
<ValidationsFeatureFlagsContext.Provider
value={{ validationsRemoveExtraSpans: true, fixedValidationTextColors: true, theme: 'dark' }}
value={{ validationsRemoveExtraSpans: true, fixedValidationTextColors: true, darkTheme: true }}
>
<ValidationContainer>
<div>
Expand Down

0 comments on commit adfb376

Please sign in to comment.