interface: change indigo breakpoints to old queries

This commit is contained in:
Liam Fitzgerald 2020-07-31 16:50:35 +10:00
parent f36919c4fc
commit 2ea67708dc
2 changed files with 2 additions and 2 deletions

View File

@ -162,7 +162,7 @@ const theme = {
],
// z-index
zIndices: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10],
breakpoints: ["768px", "1024px", "1440px", "2200px"],
breakpoints: ["34.375em", "46.875em", "60em"]
};
export type Theme = typeof theme;
export const styled = baseStyled as ThemedStyledInterface<Theme>;

View File

@ -177,7 +177,7 @@ const theme = {
],
// z-index
zIndices: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10],
breakpoints: ["768px", "1024px", "1440px", "2200px"],
breakpoints: ["34.375em", "46.875em", "60em"],
};
export type Theme = typeof theme;
export const styled = baseStyled as ThemedStyledInterface<Theme>;