aboutsummaryrefslogtreecommitdiffstats
path: root/packages/dev-tools-pages/ts/variables.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'packages/dev-tools-pages/ts/variables.tsx')
-rw-r--r--packages/dev-tools-pages/ts/variables.tsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/dev-tools-pages/ts/variables.tsx b/packages/dev-tools-pages/ts/variables.tsx
index 76a675546..258e5d225 100644
--- a/packages/dev-tools-pages/ts/variables.tsx
+++ b/packages/dev-tools-pages/ts/variables.tsx
@@ -15,6 +15,8 @@ interface SizesInterface {
}
const sizes: SizesInterface = {
+ xlarge: 1420,
+ large: 1000,
medium: 900,
small: 650,
};