From 6890ad7155a90bf208cc1c07f8ec7ebf1e3d9647 Mon Sep 17 00:00:00 2001 From: smshaz Date: Wed, 14 Aug 2024 13:40:56 -0400 Subject: [PATCH] updated dark mode color red100 hex and rgb --- packages/kit/src/theme/wpds.tokens.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/kit/src/theme/wpds.tokens.json b/packages/kit/src/theme/wpds.tokens.json index 424352f84..88fbb96ea 100644 --- a/packages/kit/src/theme/wpds.tokens.json +++ b/packages/kit/src/theme/wpds.tokens.json @@ -955,8 +955,8 @@ }, "red100": { "type": "color", - "hex": "#f02e41", - "value": "rgba(240, 46, 65, 1)" + "hex": "#ff3636", + "value": "rgba(255, 54, 54, 1)" }, "red80": { "type": "color",