display links and image placeholders in entries in the same color as the text so that they are not mistaken for commafeed actions

This commit is contained in:
Athou
2023-12-31 18:22:12 +01:00
parent 6e5f362a8e
commit 8dab16090f
3 changed files with 17 additions and 39 deletions

View File

@@ -16,7 +16,6 @@ export function FeedFavicon({ url, size = 18 }: FeedFaviconProps) {
placeholderHeight={size}
placeholderBackgroundColor="inherit"
placeholderIconSize={size}
placeholderIconColor="inherit"
/>
)
}