From 97cef21e4eeffd997f7afaf3d0443a94a4b6bd09 Mon Sep 17 00:00:00 2001 From: Zohan Subhash Date: Tue, 17 Jan 2023 16:09:08 +0530 Subject: [PATCH] Update repo-card.js --- src/cards/repo-card.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cards/repo-card.js b/src/cards/repo-card.js index 7079073c..1cf1de66 100644 --- a/src/cards/repo-card.js +++ b/src/cards/repo-card.js @@ -127,7 +127,7 @@ const renderRepoCard = (repo, options = {}) => { const highlight = repo.highlight ? // @ts-ignore - getBadgeSVG(repo.highlight) + getBadgeSVG(repo.highlight, colors.textColor) : isTemplate ? // @ts-ignore getBadgeSVG(i18n.t("repocard.template"), colors.textColor)