From 68454fbff0c5f737ff6a75f485588986cd373e74 Mon Sep 17 00:00:00 2001 From: enjoyeetime Date: Sun, 5 Feb 2023 09:02:35 +0800 Subject: [PATCH] update --- "\345\200\222\350\256\241\346\227\245.js" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/\345\200\222\350\256\241\346\227\245.js" "b/\345\200\222\350\256\241\346\227\245.js" index 7183038..b2025ec 100644 --- "a/\345\200\222\350\256\241\346\227\245.js" +++ "b/\345\200\222\350\256\241\346\227\245.js" @@ -421,7 +421,7 @@ class Widget extends BaseWidget { dateSpan.leftAlignText(); dateSpan.lineLimit = 2; dateSpan.applyRelativeStyle(); - dateSpan.font = Font.lightSystemFont(Math.max(10, this.countdownFontSize() - 20)); + dateSpan.font = Font.systemFont(Math.max(10, this.countdownFontSize() - 20)); dateSpan.textColor = this.dynamicColor(this.countdownDayColor(), this.countdownNightColor()); } } else { -- GitLab