diff --git a/components/DarkmodeToggle.tsx b/components/DarkmodeToggle.tsx index 06e8cf9..558d2a7 100644 --- a/components/DarkmodeToggle.tsx +++ b/components/DarkmodeToggle.tsx @@ -14,7 +14,7 @@ export default function DarkModeToggle() { return ( + + +
+ 등록일 + {today} +
+ +
+
+ + +
+ {title.length}/ + {MAX_TITLE} +
+
+ +

+ 공백포함 : 총 {textContent.length}자 | 공백제외 총{' '} + {textContent.replaceAll(' ', '').length}자 +

+ +
+ +
+
+ + +
+ +
+ + + + ); +} diff --git a/styles/globals.css b/styles/globals.css index 0a9cdfe..9e4123f 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -69,7 +69,7 @@ body { @apply border-0; } .ql-toolbar.ql-snow { - @apply order-last rounded-full border-gray-200 text-gray-400; + @apply order-last rounded-3xl border-gray-200 text-gray-400; } .ql-snow .ql-stroke { stroke: var(--gray-400);