Skip to content

Commit

Permalink
fix(software): change color of response box on dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
ravenclaw900 committed Nov 17, 2021
1 parent 73dbb74 commit cf81782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/src/pages/Software.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
</div>
{#if socketData.response != ""}
<textarea
class="w-full bg-gray-200 h-72 rounded"
class="w-full bg-gray-200 h-72 rounded dark:bg-gray-800"
value={socketData.response}
disabled
/>
Expand Down

0 comments on commit cf81782

Please sign in to comment.