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`, }