From 2d5a905e7568509b5f8098cba8b1e5235d0c009b Mon Sep 17 00:00:00 2001 From: Ricardo Campos Date: Wed, 6 Sep 2023 16:30:08 -0300 Subject: [PATCH] fix: update carbon design class prefix changed 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. --- frontend/src/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/index.tsx b/frontend/src/index.tsx index aad7aa40..9c276de4 100644 --- a/frontend/src/index.tsx +++ b/frontend/src/index.tsx @@ -12,7 +12,7 @@ const root = createRoot(container); root.render( - +