From 7ea2ba8b4517ad8dcdb9dece8c66e36ee4bfeb8f Mon Sep 17 00:00:00 2001 From: Felix Nie Date: Mon, 5 May 2025 14:13:50 +0800 Subject: [PATCH] Replaced icon --- quartz/components/ReaderMode.tsx | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/quartz/components/ReaderMode.tsx b/quartz/components/ReaderMode.tsx index c3802545d..4b3165e6e 100644 --- a/quartz/components/ReaderMode.tsx +++ b/quartz/components/ReaderMode.tsx @@ -15,19 +15,17 @@ const ReaderMode: QuartzComponent = ({ displayClass, cfg }: QuartzComponentProps class="readerIcon" fill="currentColor" stroke="currentColor" - stroke-width="2.5" + stroke-width="0.2" stroke-linecap="round" stroke-linejoin="round" - viewBox="0 0 122.88 101.37" - x="0px" - y="0px" - style="enable-background:new 0 0 122.88 101.37" - xml:space="preserve" + width="64px" + height="64px" + viewBox="0 0 24 24" aria-label={i18n(cfg.locale).components.readerMode.title} > {i18n(cfg.locale).components.readerMode.title} - - + +