From 0ff7aecfa23f21a54cf550a20aceff2aa70b9590 Mon Sep 17 00:00:00 2001 From: fish Date: Sun, 12 Jul 2026 17:05:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E5=A4=9A=E6=8C=89=E9=92=AE=E6=94=B9?= =?UTF-8?q?=E4=B8=BA=E6=AF=9B=E7=8E=BB=E7=92=83=E6=82=AC=E6=B5=AE=E5=9C=86?= =?UTF-8?q?=E5=BD=A2=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Note/FormatterView.swift | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Note/FormatterView.swift b/Note/FormatterView.swift index 329c940..f66eb08 100644 --- a/Note/FormatterView.swift +++ b/Note/FormatterView.swift @@ -64,8 +64,12 @@ struct FormatterView: View { } .disabled(inputText.isEmpty) } label: { - Image(systemName: "ellipsis.circle") - .font(.title3) + Image(systemName: "ellipsis") + .font(.system(size: 20, weight: .bold)) + .foregroundStyle(.primary) + .frame(width: 44, height: 44) + .background(.ultraThinMaterial) + .clipShape(Circle()) } } .frame(maxWidth: .infinity, minHeight: 44)