Skip to content

Commit

Permalink
dm bg color weird
Browse files Browse the repository at this point in the history
  • Loading branch information
ajay-sentry committed Jan 8, 2025
1 parent 113a97f commit 2bb726b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/Select/Select.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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`,
}

Expand Down

0 comments on commit 2bb726b

Please sign in to comment.