From 60afb63d443d3ed71f7908a001782e5ef0109967 Mon Sep 17 00:00:00 2001 From: balibabu Date: Mon, 24 Mar 2025 10:51:46 +0800 Subject: [PATCH] Feat: Add background-core-standard to tailwind.css #3221 (#6437) ### What problem does this PR solve? Feat: Add background-core-standard to tailwind.css #3221 ### Type of change - [x] New Feature (non-breaking change which adds functionality) --- web/tailwind.css | 1 + 1 file changed, 1 insertion(+) diff --git a/web/tailwind.css b/web/tailwind.css index 1b95d85ba..5a81e6a49 100644 --- a/web/tailwind.css +++ b/web/tailwind.css @@ -45,6 +45,7 @@ --colors-background-functional-solid-danger: rgba(222, 17, 53, 1); --colors-background-core-strong: rgba(98, 72, 246, 1); --colors-background-sentiment-solid-primary: rgba(127, 105, 255, 1); + --colors-background-core-standard: rgb(90, 75, 254); --button-blue-text: rgb(22, 119, 255);