This commit is contained in:
Anderson Oki 2024-04-30 14:29:26 +09:00
parent 76f6e133e7
commit 07ad4f6397
2 changed files with 7 additions and 2 deletions

View File

@ -1,4 +1,9 @@
import { ActionIcon, Button, createTheme, MantineProvider } from "@mantine/core";
import {
ActionIcon,
Button,
createTheme,
MantineProvider,
} from "@mantine/core";
import { FunctionComponent, PropsWithChildren } from "react";
import ThemeLoader from "@/App/ThemeLoader";
import "@mantine/core/styles.layer.css";

View File

@ -1,5 +1,5 @@
.root {
&[data-variant='danger'] {
&[data-variant="danger"] {
background-color: var(--mantine-color-red-9);
color: var(--mantine-color-red-0);
}