Skip to content

Commit a81e813

Browse files
committed
fix: QA 반영
- 내 편지함 상세 다크모드 툴팁 글씨 안보이는 문제 해결 - 롤링페이퍼 메뉴버튼 두개 해결
1 parent 449943a commit a81e813

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/pages/LetterBoxDetail/components/InformationTooltip.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const InformationTooltip = () => {
2424
</button>
2525
<article
2626
className={twMerge(
27-
'absolute top-6 -right-1 z-20 w-75 rounded-md bg-white p-4 drop-shadow-sm transition-opacity duration-200',
27+
'absolute top-6 -right-1 z-20 w-75 rounded-md bg-white p-4 drop-shadow-sm transition-opacity duration-200 dark:text-black',
2828
isShow ? 'opacity-100' : 'pointer-events-none opacity-0',
2929
)}
3030
>

src/pages/RollingPaper/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ const RollingPaperPage = () => {
133133
<WriteCommentButton rollingPaperId={id} />
134134
<MenuButton />
135135
</main>
136-
<MenuButton />
137136
<BackgroundBottom />
138137
</>
139138
);

0 commit comments

Comments
 (0)