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 cfef9ed commit f8a490fCopy full SHA for f8a490f
frontend/routes/new.tsx
@@ -61,7 +61,7 @@ export default define.page<typeof handler>(function New(props) {
61
/>
62
)
63
: (
64
- <div class="space-y-4 bg-jsr-gray-50 border-jsr-gray-100 p-4 rounded-xl">
+ <div class="space-y-4 bg-jsr-gray-50 dark:bg-jsr-gray-900 border-jsr-gray-900 dark:border-jsr-gray-50 p-4 rounded-xl">
65
<p class="text-jsr-gray-700 dark:text-white">
66
You must be logged in to publish a package.
67
</p>
0 commit comments