From 2bb726bef9dd372ac067f30a3c86eac34c0afe3f Mon Sep 17 00:00:00 2001 From: Ajay Singh Date: Wed, 8 Jan 2025 15:01:08 -0800 Subject: [PATCH] dm bg color weird --- src/ui/Select/Select.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/Select/Select.jsx b/src/ui/Select/Select.jsx index f8ad02f631..43b710e36c 100644 --- a/src/ui/Select/Select.jsx +++ b/src/ui/Select/Select.jsx @@ -30,7 +30,7 @@ const UlVariantClass = { const ButtonVariantClass = { default: `w-full h-8 px-3 border border-ds-gray-tertiary rounded-md bg-ds-background disabled:text-ds-gray-quaternary disabled:bg-ds-gray-primary disabled:border-ds-gray-tertiary`, gray: `w-full h-8 px-3 border border-ds-gray-tertiary rounded-md bg-ds-container disabled:text-ds-gray-quaternary disabled:bg-ds-gray-primary disabled:border-ds-gray-tertiary`, - text: `flex-init text-ds-blue-default`, + text: `flex-init bg-transparent text-ds-blue-default`, defaultOrgSelector: `w-full h-12 px-3 border border-ds-gray-tertiary rounded-md bg-ds-background disabled:text-ds-gray-quaternary disabled:bg-ds-gray-primary disabled:border-ds-gray-tertiary`, }