diff --git a/@navikt/core/react/src/theme/Theme.tsx b/@navikt/core/react/src/theme/Theme.tsx
index cbbd3a1abd..70664b7b3d 100644
--- a/@navikt/core/react/src/theme/Theme.tsx
+++ b/@navikt/core/react/src/theme/Theme.tsx
@@ -31,11 +31,9 @@ export const compositeClassFunction = (
};
const RenameCSS = ({ children }: { children: React.ReactNode }) => {
- return (
-
- {children}
-
- );
+ /* Replace function with this when implementation is complete and CSS is updated */
+ /* */
+ return {children};
};
/* -------------------------------------------------------------------------- */