From 72437d390dbc8d94d5d21fb0776a1c90d54d5089 Mon Sep 17 00:00:00 2001 From: ForeverSmiYng Date: Wed, 11 Sep 2024 11:57:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9emoji-rating?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- emoji评价.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/emoji评价.js b/emoji评价.js index 71577ee..7f71378 100644 --- a/emoji评价.js +++ b/emoji评价.js @@ -31,11 +31,11 @@ function emojiRating(dom_id, fieldid, fieldValue, noChoose, text_arr, size, just float: right; cursor: pointer; font-size: ${sr_size}px; - fill: #6666; + fill: #fff; } .${dom_id}_rating:not(:checked) > label > svg { - fill: #6666; /* Set default color for SVG */ + fill: #fff; /* Set default color for SVG */ transition: fill 0.3s ease; /* Add a transition effect */ }