mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-18 21:55:12 -04:00
Fixed: RSS Icon color in light theme
This commit is contained in:
@@ -64,7 +64,7 @@
|
||||
}
|
||||
|
||||
.externalLink {
|
||||
composes: link from '~Components/Link/Link.css';
|
||||
composes: button from '~Components/Link/IconButton.css';
|
||||
|
||||
color: var(--textColor);
|
||||
}
|
||||
|
||||
@@ -216,6 +216,7 @@ function IndexerIndexRow(props: IndexerIndexRowProps) {
|
||||
className={styles[column.name]}
|
||||
>
|
||||
<IconButton
|
||||
className={styles.externalLink}
|
||||
name={icons.RSS}
|
||||
title={translate('RssFeed')}
|
||||
to={rssUrl}
|
||||
|
||||
Reference in New Issue
Block a user