Skip to content

Commit

Permalink
Update expansion panel icons
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfganggreschus committed May 27, 2024
1 parent a3f4973 commit 699ba52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/molecules/vCustomDoublePanels.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<template #actions
>{{ panelOneCount }}
<v-icon class="ml-3" data-testid="upperTaskSectionIcon">
$expand
{{ expanded ? "$collapse" : "$expand" }}
</v-icon>
</template>
</v-expansion-panel-title>
Expand All @@ -43,7 +43,7 @@
<template #actions>
{{ panelTwoCount }}
<v-icon class="ml-3" data-testid="lowerTaskSectionIcon">
$expand
{{ expanded ? "$collapse" : "$expand" }}
</v-icon>
</template>
</v-expansion-panel-title>
Expand Down

0 comments on commit 699ba52

Please sign in to comment.