Skip to content

Commit

Permalink
refactor(visual-testing-app): change vrts to use new theme (#2517)
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosCortizasCT authored May 15, 2023
1 parent 5469c34 commit 5cc2831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion visual-testing-app/src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const allSortedComponents = Object.keys(allUniqueRouteComponents)

const App = () => (
<>
<ThemeProvider />
<ThemeProvider theme="test" />
<Router>
<Switch>
<Route
Expand Down

1 comment on commit 5cc2831

@vercel
Copy link

@vercel vercel bot commented on 5cc2831 May 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.