Skip to content

Commit 2bb726b

Browse files
committed
dm bg color weird
1 parent 113a97f commit 2bb726b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui/Select/Select.jsx

+1-1
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)