Skip to content

Commit 54d7404

Browse files
authored
fix: background color on trend selector container for dark mode (#3641)
1 parent bd76de4 commit 54d7404

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui/Select/Select.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const UlVariantClass = {
3030
const ButtonVariantClass = {
3131
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`,
3232
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`,
33-
text: `flex-init text-ds-blue-default`,
33+
text: `flex-init bg-transparent text-ds-blue-default`,
3434
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`,
3535
}
3636

0 commit comments

Comments
 (0)