Skip to content

Commit d20e9bf

Browse files
authored
Fix tiertiary dropdown text color (#1663)
2 parents 8bd36fa + 3d54a86 commit d20e9bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gui/src/components/commons/Dropdown.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ function DropdownItem({
5959
secondary:
6060
'text-background-20 checked-hover:text-background-10 checked-hover:bg-background-60 focus:text-background-10 focus:bg-background-60',
6161
tertiary:
62-
'bg-accent-background-30 checked-hover:bg-accent-background-20 focus:bg-accent-background-20',
62+
'bg-accent-background-30 checked-hover:bg-accent-background-20 focus:bg-accent-background-20 text-background-10',
6363
};
6464

6565
const ref = useRef<HTMLDivElement>(null);

0 commit comments

Comments
 (0)