Skip to content

Commit

Permalink
contrast
Browse files Browse the repository at this point in the history
  • Loading branch information
blackmann committed Feb 10, 2024
1 parent e7038d8 commit 80d0ec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/app/components/post-input.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ function PostInput({ level = 0, parent }: Props) {
<FullContent content={previewFetcher.data?.rendered} />
</div>

<div className="bg-zinc-200 bg-opacity-50 text-secondary inline-block text-sm rounded-lg px-2 mb-1 ms-2 font-medium">
<div className="bg-zinc-200 dark:bg-neutral-700 bg-opacity-50 text-secondary inline-block text-sm rounded-lg px-2 mb-1 ms-2 font-medium">
Tap <span className="inline-block i-lucide-pen" /> to go back to
edit mode.
</div>
Expand Down

0 comments on commit 80d0ec0

Please sign in to comment.