MCPcopy Create free account
hub / github.com/emwalker/digraph / cssVariablesResolver

Function cssVariablesResolver

next/theme.ts:5–9  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3import { CSSVariablesResolver, createTheme } from '@mantine/core'
4
5export const cssVariablesResolver: CSSVariablesResolver = () => ({
6 variables: {},
7 light: {},
8 dark: {},
9})
10
11export const theme = createTheme({
12 primaryColor: 'blue',

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected