mirror of
https://github.com/Radarr/Radarr
synced 2025-12-06 08:28:50 +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 ? (
|
{indexerFlags ? (
|
||||||
<Popover
|
<Popover
|
||||||
anchor={<Icon name={icons.FLAG} kind={kinds.PRIMARY} />}
|
anchor={<Icon name={icons.FLAG} />}
|
||||||
title={translate('IndexerFlags')}
|
title={translate('IndexerFlags')}
|
||||||
body={<IndexerFlags indexerFlags={indexerFlags} />}
|
body={<IndexerFlags indexerFlags={indexerFlags} />}
|
||||||
position={tooltipPositions.LEFT}
|
position={tooltipPositions.LEFT}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue