mirror of
https://github.com/Radarr/Radarr
synced 2025-12-06 00:14:45 +01:00
Fixed: Fix Indexer Flag color
Co-authored-by: Bogdan <mynameisbogdan@users.noreply.github.com>
This commit is contained in:
parent
100e121afc
commit
3429fe0696
1 changed files with 1 additions and 1 deletions
|
|
@ -161,7 +161,7 @@ class MovieFileEditorRow extends Component {
|
|||
>
|
||||
{indexerFlags ? (
|
||||
<Popover
|
||||
anchor={<Icon name={icons.FLAG} kind={kinds.PRIMARY} />}
|
||||
anchor={<Icon name={icons.FLAG} />}
|
||||
title={translate('IndexerFlags')}
|
||||
body={<IndexerFlags indexerFlags={indexerFlags} />}
|
||||
position={tooltipPositions.LEFT}
|
||||
|
|
|
|||
Loading…
Reference in a new issue