mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-15 10:02:47 +03:00
interface: change indigo breakpoints to old queries
This commit is contained in:
parent
f36919c4fc
commit
2ea67708dc
@ -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>;
|
||||
|
@ -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>;
|
||||
|
Loading…
Reference in New Issue
Block a user