Skip to content

Commit

Permalink
ui fix copy button light mode (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanharikr authored Sep 16, 2024
1 parent 6bc2c9b commit 7c3299f
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 @@ -1440,7 +1440,7 @@
<div class="relative">
<button
on:click={() => copy('requestURL', requestURL)}
class="absolute z-50 right-2.5 top-2.5 w-8 h-8 flex items-center justify-center rounded-md bg-charcoal border border-[#808080] shadow-xl"
class="absolute z-50 right-2.5 top-2.5 w-8 h-8 flex items-center justify-center rounded-md bg-white dark:bg-charcoal border border-[#808080] shadow-xl"
>
<svg
xmlns="http://www.w3.org/2000/svg"
Expand Down

0 comments on commit 7c3299f

Please sign in to comment.