Skip to content

Commit

Permalink
fix: right arrow icons
Browse files Browse the repository at this point in the history
Signed-off-by: Dorra Jaouad <[email protected]>
  • Loading branch information
DorraJaouad committed Jan 17, 2025
1 parent d822928 commit d6d2798
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
<template v-else-if="item.token" #actions>
<NcActionButton key="join-conversation" close-after-click @click="onActionClick">
<template #icon>
<IconArrowRight :size="16" />
<IconArrowRight class="bidirectional-icon" :size="16" />
</template>
{{ t('spreed', 'Join conversation') }}
</NcActionButton>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
:options="optionsFrom"
no-wrap />

<ArrowRight />
<ArrowRight class="bidirectional-icon" />

<NcSelect v-model="selectedTo"
class="translate-dialog__select"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
type="secondary"
@click="switchToBreakoutRoom">
<template #icon>
<ArrowRight :size="20" />
<ArrowRight class="bidirectional-icon" :size="20" />
</template>
{{ backToBreakoutRoomLabel }}
</NcButton>
Expand Down

0 comments on commit d6d2798

Please sign in to comment.