HTML is rendered to the extension, but I have no styles from MUI, How to fix that? I think that is why my extension is isolated from css, but I don't understand how I can add styles from MUI to the content-script
import { Autocomplete, Button, TextField } from "@mui/material" import iconBase64 from "data-base64:~assets/icon.png" import cssText from "data-text:~/contents/google-sidebar.css" import type { PlasmoCSConfig } from "plasmo" import { useEffect, useState } from "react"
// Inject to the webpage itself import "./google-sidebar-base.css" import "./mui.min.css"