diff --git a/src/app/board/[id]/page.tsx b/src/app/board/[id]/page.tsx
index 9bb2063..f06335e 100644
--- a/src/app/board/[id]/page.tsx
+++ b/src/app/board/[id]/page.tsx
@@ -91,7 +91,7 @@ const BoardDetail = () => {
-
{boardDetail.title}
+
+ {boardDetail.title}
+
diff --git a/src/app/worry/[id]/page.tsx b/src/app/worry/[id]/page.tsx
index d93c6da..57ba3f5 100644
--- a/src/app/worry/[id]/page.tsx
+++ b/src/app/worry/[id]/page.tsx
@@ -46,7 +46,7 @@ const WorryDetail = () => {
-
{worryDetail.title}
+
+ {worryDetail.title}
+
diff --git a/src/components/board/BoardCreatePage.tsx b/src/components/board/BoardCreatePage.tsx
index 8b3c948..f5fdc3e 100644
--- a/src/components/board/BoardCreatePage.tsx
+++ b/src/components/board/BoardCreatePage.tsx
@@ -127,7 +127,7 @@ const BoardCreatePage = () => {
type="text"
value={title}
onChange={(e) => setTitle(e.target.value)}
- className="w-full h-10 border border-gray-300 rounded-md p-2 mb-4"
+ className="w-full h-10 border border-gray-300 rounded-md p-2 mb-4 text-maindark"
/>
내용을 입력해주세요.
@@ -146,11 +146,12 @@ const BoardCreatePage = () => {
callback(imgUrl, 'image')
},
}}
+ className="text-maindark"
/>