Skip to content
Snippets Groups Projects
Unverified Commit 74534051 authored by metabase-bot[bot]'s avatar metabase-bot[bot] Committed by GitHub
Browse files

Add breakpoints to the Mantine theme overrides (#40903) (#40911)

parent e456f0c3
No related branches found
No related tags found
No related merge requests found
......@@ -36,6 +36,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.
Finish editing this message first!
Please register or to comment