Skip to content

Commit

Permalink
fix: background color on trend selector container for dark mode (#3641)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajay-sentry authored Jan 10, 2025
1 parent bd76de4 commit 54d7404
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 54d7404

Please sign in to comment.