Skip to content

Commit

Permalink
fix(tree): minus icon not displayed on Firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Dec 23, 2022
1 parent 26ce2e0 commit e12c81f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ function toggleOpen () {
@keyup.space="toggleOpen"
>
<Icon
:icon="isFolderOpen ? 'carbon:subtract' : 'carbon:add'"
:icon="isFolderOpen ? 'ri:subtract-line' : 'ri:add-line'"
class="htw-w-4 htw-h-4 htw-ml-4 htw-rounded-sm htw-border htw-border-gray-500/40"
/>
<span class="htw-truncate">{{ group.title }}</span>
Expand Down

0 comments on commit e12c81f

Please sign in to comment.