Skip to content
Snippets Groups Projects
Unverified Commit 03aaf47d authored by Nemanja Glumac's avatar Nemanja Glumac Committed by GitHub
Browse files

Add breakpoints to the Mantine theme overrides (#40903)

parent 4ac74859
Branches
Tags
No related merge requests found
......@@ -39,6 +39,13 @@ import {
import { getThemeColors } from "./utils/colors";
export const getThemeOverrides = (): MantineThemeOverride => ({
breakpoints: {
xs: "23em",
sm: "40em",
md: "60em",
lg: "80em",
xl: "120em",
},
colors: getThemeColors(),
primaryColor: "brand",
primaryShade: 0,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment