Skip to content

Commit

Permalink
fix: Fix Activity Composer Label Style when not redactor - MEED-7527 -
Browse files Browse the repository at this point in the history
…Meeds-io/meeds#2424 (#4056)

Prior to this change, when a redactor is identified in a space and the
member displays the activity stream, then the composer label font size
is reduced. This change ensures to use the same size as a normal
composer by preserving the subtitle color.
  • Loading branch information
boubaker committed Sep 25, 2024
1 parent 051891c commit 4f0a905
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
@click="openComposerDrawer(true)">
<span class="pa-2 text-truncate"> {{ composerButtonLabel }} </span>
</v-btn>
<span v-else class="text-subtitle my-auto">
<span v-else class="my-auto text-subtitle-color">
{{ $t('activity.toolbar.title') }}
</span>
<div class="my-auto ms-auto d-flex flex-row">
Expand Down

0 comments on commit 4f0a905

Please sign in to comment.