Skip to content

Commit

Permalink
fix: style for darkmode
Browse files Browse the repository at this point in the history
  • Loading branch information
reneaaron committed Nov 3, 2023
1 parent 53b7182 commit e166c4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/apps/new.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ <h2 class="font-bold text-2xl font-headline mb-4 dark:text-white">
</div>
</div>
{{else}}
<p class="text-lg font-medium mb-2">Connection expiry time</p>
<p class="text-lg font-medium mb-2 text-gray-800 dark:text-neutral-200">Connection expiry time</p>
<p class="text-gray-600 dark:text-gray-300 text-sm">{{ .ExpiresAt }}</p>
{{end}}

Expand Down

0 comments on commit e166c4d

Please sign in to comment.