Skip to content

Commit

Permalink
do not change the color of the copy icon
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Veyssier <[email protected]>
  • Loading branch information
julien-nc committed Aug 9, 2023
1 parent ae875be commit f7d7f9a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/AssistantForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@
@click="onCopy">
{{ t('textprocessing_assistant', 'Copy') }}
<template #icon>
<ClipboardCheckOutlineIcon v-if="copied"
class="success-icon" />
<ClipboardCheckOutlineIcon v-if="copied" />
<ContentCopyIcon v-else />
</template>
</NcButton>
Expand Down

0 comments on commit f7d7f9a

Please sign in to comment.