Fix text color of medium fingerprint matches (#4662)

This commit is contained in:
InfiniteStash 2024-03-08 04:59:17 +01:00 committed by GitHub
parent 9735d0fad1
commit c5bc106c1a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ const getDurationIcon = (matchPercentage: number) => {
if (matchPercentage > 35)
return (
<Icon
className="SceneTaggerIcon text-warn"
className="SceneTaggerIcon text-warning"
icon={faTriangleExclamation}
/>
);