We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 449943a commit a81e813Copy full SHA for a81e813
src/pages/LetterBoxDetail/components/InformationTooltip.tsx
@@ -24,7 +24,7 @@ const InformationTooltip = () => {
24
</button>
25
<article
26
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',
+ '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',
28
isShow ? 'opacity-100' : 'pointer-events-none opacity-0',
29
)}
30
>
src/pages/RollingPaper/index.tsx
@@ -133,7 +133,6 @@ const RollingPaperPage = () => {
133
<WriteCommentButton rollingPaperId={id} />
134
<MenuButton />
135
</main>
136
- <MenuButton />
137
<BackgroundBottom />
138
</>
139
);
0 commit comments