Skip to content

Commit

Permalink
fix: replace deploy icon with chevron + rotate 90
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasRichel committed Apr 4, 2024
1 parent e7b4c16 commit bc5e211
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/specific/files/files-manager/FilesManager.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@
<template #header="{ isOpen }">
<BIMDataIconBurgerMenu size="m" fill color="primary" />
<BIMDataIcon
:name="isOpen ? 'deploy' : 'chevron'"
name="chevron"
size="xxs"
fill
color="primary"
:rotate="isOpen ? 90 : 0"
/>
</template>
</BIMDataDropdownMenu>
Expand Down

0 comments on commit bc5e211

Please sign in to comment.