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)