Skip to content

Commit

Permalink
fixup! Migrate MenuEnvelope icons
Browse files Browse the repository at this point in the history
Signed-off-by: greta <[email protected]>
  • Loading branch information
GretaD committed May 30, 2022
1 parent d7f4cab commit 2406eb5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/components/Envelope.vue
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@
:close-after-click="true"
@click.prevent="onToggleSeen">
<template #icon>
<EmailOutline v-if="showImportantIconVariant"
<Email v-if="showImportantIconVariant"
:size="20" />
<Email v-else
<EmailOutline v-else
:size="20" />
</template>
{{
Expand Down
4 changes: 2 additions & 2 deletions src/components/MenuEnvelope.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
:close-after-click="true"
@click.prevent="onToggleSeen">
<template #icon>
<EmailOutline v-if="showImportantIconVariant"
<Email v-if="showImportantIconVariant"
:size="20" />
<Email v-else
<EmailOutline v-else
:size="20" />
</template>
{{
Expand Down

0 comments on commit 2406eb5

Please sign in to comment.