Skip to content

Commit

Permalink
fix: update carbon design class prefix changed (#87)
Browse files Browse the repository at this point in the history
No issue related.

This webapp has being using kind of a default class prefix for providing
all css classes the same name, however that class got changed, from
'bcgov' to 'bx' on @bcgov-nr/nr-fsa-theme design-token variable file.
  • Loading branch information
Ricardo Campos authored Sep 6, 2023
1 parent d6c026a commit 072a4f4
Showing 1 changed file with 1 addition and 1 deletion.
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='bcgov'>
<ClassPrefix prefix='bx'>
<ThemePreference>
<Provider store={store}>
<App />
Expand Down

0 comments on commit 072a4f4

Please sign in to comment.