chore: add ui package and custom theme colors
This commit is contained in:
7
packages/ui/src/index.ts
Normal file
7
packages/ui/src/index.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import type { MantineProviderProps } from "@mantine/core";
|
||||
import { theme } from "./theme";
|
||||
|
||||
|
||||
export const uiConfiguration = ({
|
||||
theme,
|
||||
}) satisfies MantineProviderProps;
|
||||
Reference in New Issue
Block a user