Skip to content

Commit

Permalink
fix reset button light mode (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanharikr authored Jun 5, 2024
1 parent ebec2e2 commit a70a234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -812,7 +812,7 @@
<section
class="relative border border-charcoal dark:border-gray-800 rounded-sm w-full p-4 flex items-start flex-col lg:flex-row gap-y-4 lg:gap-y-0 lg:gap-x-5"
>
<button on:click={resetAll} class="absolute -top-3 right-4 bg-red-500 px-3 rounded-xl border border-charcoal dark:border-gray-800 text-sm bg-[#151515]">Reset</button>
<button on:click={resetAll} class="absolute -top-3 right-4 bg-red-500 px-3 rounded-xl border border-charcoal dark:border-gray-800 text-sm bg-white dark:bg-[#151515]">Reset</button>
<div class="w-full lg:w-1/4 lg:max-w-sm lg:min-w-[18rem]">
<h1 class="font-semibold text-lg">Authorization Server</h1>
Expand Down

0 comments on commit a70a234

Please sign in to comment.