fix(SW-779): replace css module with .css file to work with parallel route

This commit is contained in:
Arvid Norlin
2024-11-11 10:53:56 +01:00
committed by Christel Westerberg
parent 0f97757e31
commit 628f79929c
4 changed files with 28 additions and 24 deletions

View File

@@ -1,6 +1,7 @@
/**
* Due to css import issues with parallel routes we are forced to
* use a regular css file and import it in the page.tsx
* This is addressed in Next 15: https: //github.com/vercel/next.js/pull/66300
*/
.profile-layout {
background-color: var(--Main-Grey-White);