UNPKG

nextine

Version:

Admin Template with NextJS & Mantine UI v7

7 lines (5 loc) 155 B
import { createTheme } from '@mantine/core'; export const theme = createTheme({ /* Put your mantine theme override here */ fontFamily: 'Poppins', });