Skip to content

Commit

Permalink
Switched to older version of nr-fsa-theme
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzgrewal committed Sep 8, 2023
1 parent af43167 commit bc1278d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"dependencies": {
"@aws-amplify/ui-react": "^5.0.0",
"@bcgov-nr/nr-fsa-theme": "^1.0.7",
"@bcgov-nr/nr-fsa-theme": "^1.0.10",
"@carbon/react": "^1.27.0",
"@testing-library/jest-dom": "^6.1.2",
"@testing-library/react": "^14.0.0",
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const root = createRoot(container);

root.render(
<React.StrictMode>
<ClassPrefix prefix='bx'>
<ClassPrefix prefix='bcgov'>
<ThemePreference>
<Provider store={store}>
<App />
Expand Down

0 comments on commit bc1278d

Please sign in to comment.