Skip to content

Commit

Permalink
fix(dh): btn not visible if white background
Browse files Browse the repository at this point in the history
  • Loading branch information
cmoinier committed Nov 15, 2023
1 parent 56b28e7 commit cba4340
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<button
type="button"
class="relative backdrop-blur group flex items-center justify-center p-1 text-main rounded overflow-hidden shadow-2xl"
class="group flex items-center justify-center p-1 bg-white rounded opacity-80 box-shadow-xl shadow-[4.0px_8.0px_8.0px_rgba(0,0,0,0.38)] mix-blend-luminosity text-black rounded hover:opacity-100"
>
<div
class="absolute -z-0 inset-0 bg-white opacity-60 group-hover:opacity-100 transition duration-[20ms]"
class="absolute -z-0 inset-0 bg-white opacity-80 group-hover:opacity-100 rounded transition duration-[20ms]"
></div>
<mat-icon class="z-0 material-symbols-outlined align-middle">{{
icon
Expand Down

0 comments on commit cba4340

Please sign in to comment.