Skip to content

Commit

Permalink
fix: Fade chevron to clearly show hierarchy
Browse files Browse the repository at this point in the history
  • Loading branch information
surajshetty3416 committed Sep 19, 2024
1 parent 22a0300 commit 8b15ab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/BlockLayers.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
}">
<FeatherIcon
:name="isExpanded(element) ? 'chevron-down' : 'chevron-right'"
class="ml-[-18px] h-3 w-3"
class="ml-[-18px] h-3 w-3 text-text-icons-gray-4 dark:text-text-icons-gray-2"
v-if="element.children && element.children.length && !element.isRoot()"
@click.stop="toggleExpanded(element)" />
<FeatherIcon
Expand Down

0 comments on commit 8b15ab3

Please sign in to comment.