From b8c93325d76a073cc73aa0933a98fb950597b086 Mon Sep 17 00:00:00 2001 From: yutent Date: Thu, 8 Jun 2023 12:49:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=AF=AD=E8=A8=80=E9=85=8D?= =?UTF-8?q?=E8=89=B2=E7=BC=BA=E5=A4=B1=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/svg.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/svg.js b/lib/svg.js index 025bead..29dd04f 100644 --- a/lib/svg.js +++ b/lib/svg.js @@ -84,6 +84,9 @@ export function render({ title = 'Most Used Languages', langs = [] } = {}) { font: 14px Menlo, Monaco, Consolas, 'Courier New', monospace; fill: #64748b; } + .lang-pie { + fill: #64748b; + } .pie { opacity: 0; animation: fade 0.5s ease-in-out forwards;