material: rename mui to theme

This commit is contained in:
thislight 2024-10-24 22:21:37 +08:00
parent 6620e022bf
commit 08201cccef
3 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@ import {
import { Close as CloseIcon, ContentCopy } from "@suid/icons-material";
import { Title } from "../material/typography";
import { render } from "solid-js/web";
import { useRootTheme } from "../material/mui";
import { useRootTheme } from "../material/theme";
const ShareBottomSheet: Component<{
data?: ShareData;