Skip to content

Commit

Permalink
feat(dh): change return button style
Browse files Browse the repository at this point in the history
  • Loading branch information
cmoinier committed Nov 10, 2023
1 parent 5f1c197 commit bf5eac0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<button
class="group flex items-center justify-center p-1 bg-primary-opacity-25 text-white rounded"
class="group flex items-center justify-center p-1 bg-white opacity-80 shadow-xl text-black rounded hover:opacity-100"
>
<mat-icon class="material-symbols-outlined align-middle">{{ icon }}</mat-icon>
<span class="mx-2 hidden group-hover:inline">{{ label }}</span>
Expand Down

0 comments on commit bf5eac0

Please sign in to comment.