mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
[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
|
<ButtonToRender
|
||||||
priority={value}
|
priority={value}
|
||||||
className={cn(buttonClassName, {
|
className={cn(buttonClassName, {
|
||||||
"text-white": resolvedTheme === "dark",
|
"text-custom-text-200": resolvedTheme?.includes("dark") || resolvedTheme === "custom",
|
||||||
})}
|
})}
|
||||||
highlightUrgent={highlightUrgent}
|
highlightUrgent={highlightUrgent}
|
||||||
dropdownArrow={dropdownArrow && !disabled}
|
dropdownArrow={dropdownArrow && !disabled}
|
||||||
|
Loading…
Reference in New Issue
Block a user