We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8bd36fa + 3d54a86 commit d20e9bfCopy full SHA for d20e9bf
gui/src/components/commons/Dropdown.tsx
@@ -59,7 +59,7 @@ function DropdownItem({
59
secondary:
60
'text-background-20 checked-hover:text-background-10 checked-hover:bg-background-60 focus:text-background-10 focus:bg-background-60',
61
tertiary:
62
- 'bg-accent-background-30 checked-hover:bg-accent-background-20 focus:bg-accent-background-20',
+ 'bg-accent-background-30 checked-hover:bg-accent-background-20 focus:bg-accent-background-20 text-background-10',
63
};
64
65
const ref = useRef<HTMLDivElement>(null);
0 commit comments