Fixed: RSS Icon color in light theme

This commit is contained in:
Qstick 2023-02-27 18:51:56 -06:00
parent 5dfaa0db4b
commit 0b9b671849
2 changed files with 2 additions and 1 deletions

View file

@ -64,7 +64,7 @@
}
.externalLink {
composes: link from '~Components/Link/Link.css';
composes: button from '~Components/Link/IconButton.css';
color: var(--textColor);
}

View file

@ -216,6 +216,7 @@ function IndexerIndexRow(props: IndexerIndexRowProps) {
className={styles[column.name]}
>
<IconButton
className={styles.externalLink}
name={icons.RSS}
title={translate('RssFeed')}
to={rssUrl}