fix(SW-779): replace css module with .css file to work with parallel route
This commit is contained in:
committed by
Christel Westerberg
parent
0f97757e31
commit
628f79929c
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user