Skip to content

Commit

Permalink
fix: Adjust the display of icons used in the composer drawer - MEED-2606
Browse files Browse the repository at this point in the history
 -Meeds-io/MIP#54 (#378)

This change will adjust the alignment of the action title in composer drawer.
  • Loading branch information
MayTekayaa committed Oct 2, 2023
1 parent 04762f0 commit 97398f6
Showing 1 changed file with 11 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,17 @@
<div
class="d-flex flex-row align-center"
@click="openSendKudosDrawer">
<v-icon
color="primary"
size="50">
fa-award
</v-icon>
<v-btn
class="px-auto"
width="44px"
height="50px"
icon>
<v-icon
color="primary"
size="50px">
fa-award
</v-icon>
</v-btn>
<v-span class="caption font-weight-bold ms-5">
{{ $t('exoplatform.kudos.title.sendAKudos') }}
</v-span>
Expand Down

0 comments on commit 97398f6

Please sign in to comment.