Skip to content

Commit

Permalink
Fix textarea dark mode background color
Browse files Browse the repository at this point in the history
Resolves #148
  • Loading branch information
romanzipp committed Aug 8, 2024
1 parent 54c652d commit ad76a31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/partials/table.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@

<td class="p-4 text-gray-800 dark:text-gray-300 text-sm leading-5 border-b border-gray-200 dark:border-gray-600">
<textarea rows="4"
class="w-64 text-xs p-1 border rounded"
class="w-64 text-xs p-1 border rounded bg-gray-50 dark:bg-gray-700"
readonly>{{ json_encode($job->getData(), JSON_PRETTY_PRINT) }}
</textarea>
</td>
Expand Down

0 comments on commit ad76a31

Please sign in to comment.