mirror of https://github.com/stashapp/stash.git
Fix text color of medium fingerprint matches (#4662)
This commit is contained in:
parent
9735d0fad1
commit
c5bc106c1a
|
@ -39,7 +39,7 @@ const getDurationIcon = (matchPercentage: number) => {
|
|||
if (matchPercentage > 35)
|
||||
return (
|
||||
<Icon
|
||||
className="SceneTaggerIcon text-warn"
|
||||
className="SceneTaggerIcon text-warning"
|
||||
icon={faTriangleExclamation}
|
||||
/>
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue