From 5c4b2c1b880fd1c7de9626d41d3badd73a906ad2 Mon Sep 17 00:00:00 2001 From: Kyle Durand Date: Wed, 26 Aug 2020 14:27:28 -0400 Subject: [PATCH] Update background color --- src/configs/base.ts | 4 ++-- tokens/themes/base.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/configs/base.ts b/src/configs/base.ts index 3cb328da..c7278876 100644 --- a/src/configs/base.ts +++ b/src/configs/base.ts @@ -7,8 +7,8 @@ export const config: Config = { name: 'background', description: 'For use as a background color, in components such as Page and Frame backgrounds.', - light: {lightness: 98.3}, - dark: {lightness: 3.3}, + light: {lightness: 96.5}, + dark: {lightness: 3.5}, meta: { figmaName: 'Background/Default', }, diff --git a/tokens/themes/base.yml b/tokens/themes/base.yml index a143f14f..7aa9f4a0 100644 --- a/tokens/themes/base.yml +++ b/tokens/themes/base.yml @@ -1,6 +1,6 @@ props: - name: surface - value: '#111213' + value: '#f4f5f6' - name: onSurface value: '#111213' - name: interactive