Anderson Oki 1 month ago
parent b707bcc26a
commit a24ece2e04

@ -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 { FunctionComponent, PropsWithChildren } from "react";
import ThemeLoader from "@/App/ThemeLoader"; import ThemeLoader from "@/App/ThemeLoader";
import "@mantine/core/styles.layer.css"; import "@mantine/core/styles.layer.css";

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

Loading…
Cancel
Save