Skip to content

Commit

Permalink
fix typecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
bnussman committed Oct 11, 2024
1 parent a598f10 commit 2b0545a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/manager/src/foundations/breakpoints.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import { Chart } from '@linode/design-language-system';
import { createTheme } from '@mui/material';

// This is a hack to create breakpoints outside of the theme itself.
// This will likely have to change at some point 😖
export const breakpoints = createTheme({
breakpoints: {
values: {
Expand All @@ -11,6 +13,6 @@ export const breakpoints = createTheme({
xs: 0,
},
},
charts: Chart,
chartTokens: Chart,
name: 'light',
}).breakpoints;

0 comments on commit 2b0545a

Please sign in to comment.