From 183b3556ead3ee224ef09b2638a8f0598fc64354 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kevin=20Beli=C3=ABn?= Date: Mon, 16 Sep 2024 16:53:17 +0200 Subject: [PATCH] style: change of css custom properties for demo --- projects/demo/src/themes/variables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/demo/src/themes/variables.scss b/projects/demo/src/themes/variables.scss index 17acda8..10a7636 100644 --- a/projects/demo/src/themes/variables.scss +++ b/projects/demo/src/themes/variables.scss @@ -29,7 +29,7 @@ --ch-color-contrast: #1a1a1a; --ch-color-contrast-alter: #e9e9e9; - --ch-emoji-picker-background: rgba(253, 253, 253, 1); + --ch-emoji-picker-background: rgba(250, 250, 250, 1); // --ch-emoji-picker-tab-bar-background: #fff; --ch-skintone-picker-background: #fff; --ch-emoji-variant-indicator-color: #909090;