forked from github/plane
[WEB-857] chore: update issue priority text color for custom theme in spreadsheet layout. (#4235)
This commit is contained in:
parent
e0e8ce633b
commit
302da646a8
@ -417,7 +417,7 @@ export const PriorityDropdown: React.FC<Props> = (props) => {
|
||||
<ButtonToRender
|
||||
priority={value}
|
||||
className={cn(buttonClassName, {
|
||||
"text-white": resolvedTheme === "dark",
|
||||
"text-custom-text-200": resolvedTheme?.includes("dark") || resolvedTheme === "custom",
|
||||
})}
|
||||
highlightUrgent={highlightUrgent}
|
||||
dropdownArrow={dropdownArrow && !disabled}
|
||||
|
Loading…
Reference in New Issue
Block a user