chore: update button style

This commit is contained in:
Steven
2022-11-13 09:36:09 +08:00
parent b3ce90e761
commit 3a86e1338c
4 changed files with 27 additions and 50 deletions

View File

@@ -2,7 +2,7 @@ import { Button, Modal, ModalDialog } from "@mui/joy";
import { createRoot } from "react-dom/client";
import Icon from "./Icon";
type AlertStyle = "primary" | "warning";
type AlertStyle = "primary" | "warning" | "danger";
interface Props {
title: string;