[WEB-857] chore: update issue priority text color for custom theme in spreadsheet layout. (#4235)

This commit is contained in:
Prateek Shourya 2024-04-23 12:54:19 +05:30 committed by GitHub
parent e0e8ce633b
commit 302da646a8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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}