Skip to content

Commit

Permalink
fix: miscellaneous changes
Browse files Browse the repository at this point in the history
Signed-off-by: Dorra Jaouad <[email protected]>
  • Loading branch information
DorraJaouad committed Jan 18, 2025
1 parent d6d2798 commit e06900c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/NewMessage/NewMessage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
:aria-label="sendMessageLabel"
@click="handleSubmit">
<template #icon>
<SendIcon :size="16" />
<SendIcon class="bidirectional-icon" :size="16" />
</template>
</NcButton>
</template>
Expand Down
2 changes: 1 addition & 1 deletion src/components/NewMessage/NewMessagePollEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ function goBack() {
&__back-button {
position: absolute !important;
top: var(--default-grid-baseline);
left: var(--default-grid-baseline);
inset-inline-start: var(--default-grid-baseline);
z-index: 1;
}
}
Expand Down

0 comments on commit e06900c

Please sign in to comment.