diff --git a/src/components/common/v2/popup/ClassificationBox.tsx b/src/components/common/v2/popup/ClassificationBox.tsx
index c1ed5b98..180c3518 100644
--- a/src/components/common/v2/popup/ClassificationBox.tsx
+++ b/src/components/common/v2/popup/ClassificationBox.tsx
@@ -46,9 +46,9 @@ function ClassificationBox({ categoryName, label }: ClassificationBoxProps) {
{label}
{isClicked ? (
-
+
) : (
-
+
)}
{isClicked && (
diff --git a/src/components/common/v2/popup/DeadlineBox.tsx b/src/components/common/v2/popup/DeadlineBox.tsx
index fa4f6cff..59c4d1f6 100644
--- a/src/components/common/v2/popup/DeadlineBox.tsx
+++ b/src/components/common/v2/popup/DeadlineBox.tsx
@@ -61,9 +61,9 @@ function DeadlineBox({ date, startTime, endTime, label }: DeadlineBoxProps) {
{label}
{isClicked ? (
-
+
) : (
-
+
)}
{isClicked && (