From a6dd9be50c0a9893a4365f26e9db68723913f57e Mon Sep 17 00:00:00 2001 From: Sarah Date: Tue, 27 May 2025 12:41:08 -0700 Subject: [PATCH] fix(tokens): darken color-background-weak and add new elevation token --- .../tokens/themes/dark/global/background-color.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/paste-design-tokens/tokens/themes/dark/global/background-color.yml b/packages/paste-design-tokens/tokens/themes/dark/global/background-color.yml index ed52cd2405..29dd9f308c 100644 --- a/packages/paste-design-tokens/tokens/themes/dark/global/background-color.yml +++ b/packages/paste-design-tokens/tokens/themes/dark/global/background-color.yml @@ -28,7 +28,7 @@ props: value: "{!palette-gray-80}" comment: Stronger inverse background color for any container. Must be used on color-background-body-inverse. color-background-weak: - value: "{!palette-gray-95}" + value: "{!palette-gray-100}" comment: Weak default background color. color-background-weaker: value: "{!palette-gray-100}"