diff options
Diffstat (limited to 'packages/dev-tools-pages/ts/variables.tsx')
-rw-r--r-- | packages/dev-tools-pages/ts/variables.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/dev-tools-pages/ts/variables.tsx b/packages/dev-tools-pages/ts/variables.tsx index 8f08d13eb..76a675546 100644 --- a/packages/dev-tools-pages/ts/variables.tsx +++ b/packages/dev-tools-pages/ts/variables.tsx @@ -6,6 +6,7 @@ const colors = { lightGray: '#F1F4F5', gray: '#F1F2F7', darkGray: '#E9ECED', + darkestGray: '#E2E5E6', blueGray: '#ECEFF9', }; |