Merged in fix/LOY-209-render-material-icons-in-webviews (pull request #1685)

fix(LOY-209): add react-material-symbols package to webviews layout

* fix(LOY-209): add react-material-symbols package to webviews layout


Approved-by: Christian Andolf
This commit is contained in:
Chuma Mcphoy (We Ahead)
2025-03-31 13:37:54 +00:00
parent 367969a1b9
commit 8b00cfe609

View File

@@ -2,6 +2,7 @@ import "@scandic-hotels/design-system/fonts.css"
import "@/app/globals.css"
import "@/public/_static/css/design-system-new-deprecated.css"
import "@scandic-hotels/design-system/style.css"
import "react-material-symbols/rounded"
import Script from "next/script"