Fixed: RSS Icon color in light theme

pull/1452/head
Qstick 1 year ago
parent 5dfaa0db4b
commit 0b9b671849

@ -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}

Loading…
Cancel
Save