From a4cd85419e833bdc707f2c67f2b01580a9d42e3b Mon Sep 17 00:00:00 2001 From: anna Date: Wed, 22 Oct 2025 14:29:03 +0800 Subject: [PATCH] fix bugs --- src/components/Logo/Logo.tsx | 8 ++++---- src/components/MailField/MailField.css | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/Logo/Logo.tsx b/src/components/Logo/Logo.tsx index 4750e72..de2ea41 100644 --- a/src/components/Logo/Logo.tsx +++ b/src/components/Logo/Logo.tsx @@ -14,16 +14,16 @@ const Logo: React.FC = ({ width, height }) => { diff --git a/src/components/MailField/MailField.css b/src/components/MailField/MailField.css index 50237e1..96e7fb9 100644 --- a/src/components/MailField/MailField.css +++ b/src/components/MailField/MailField.css @@ -123,7 +123,7 @@ /* Input styles */ /* .tiptap-input { - font-size: 14px; + fontSize: 14px; font-weight: 500; line-height: 12px; } */ \ No newline at end of file