mirror of
https://github.com/makeplane/plane
synced 2025-08-07 19:59:33 +00:00
[WEB-857] chore: update issue priority text color for custom theme in spreadsheet layout. (#4235)
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user