Skip to content

Commit

Permalink
#353 fix QR code coloration and remove link
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtavis committed Oct 18, 2023
1 parent 401edcf commit 72e58b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/components/modal/ModalQRCode.vue
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@
class="h-16 w-16 top-1/2 left-1/2 transform -translate-x-1/2 -translate-y-1/2 rounded-full bg-white absolute fill-black"
>
<IconActivist
class="flex items-center w-10 h-14 absolute -top-[0.1rem] m-auto left-[0.6rem] overflow-clip"
color="fill-black"
class="cursor-none pointer-events-none flex items-center w-10 h-14 absolute -top-[0.1rem] m-auto left-[0.6rem] overflow-clip"
color="fill-black dark:fill-black hover:fill-black"
/>
</div>
</div>
Expand Down

0 comments on commit 72e58b0

Please sign in to comment.