Skip to content

Commit

Permalink
use bg-black for settings too
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitpaulk committed Jul 22, 2024
1 parent 42367f5 commit 0326d07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/settings.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
{{/each}}
</ul>

<div class="bg-white dark:bg-gray-950 rounded-md p-4 md:p-6 border dark:border-gray-800">
<div class="bg-white dark:bg-black rounded-md p-4 md:p-6 border dark:border-gray-800">
{{outlet}}
</div>
</div>

0 comments on commit 0326d07

Please sign in to comment.