From 4f0a90515c135cfa2c6cbf1ff6cd8e1cf4c017d4 Mon Sep 17 00:00:00 2001 From: Boubaker Khanfir Date: Tue, 24 Sep 2024 18:46:51 +0100 Subject: [PATCH] fix: Fix Activity Composer Label Style when not redactor - MEED-7527 - 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. --- .../components/toolbar/ActivityStreamToolbar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/portlet/src/main/webapp/vue-apps/activity-stream/components/toolbar/ActivityStreamToolbar.vue b/webapp/portlet/src/main/webapp/vue-apps/activity-stream/components/toolbar/ActivityStreamToolbar.vue index 9632f13b8ab..3162948cb56 100644 --- a/webapp/portlet/src/main/webapp/vue-apps/activity-stream/components/toolbar/ActivityStreamToolbar.vue +++ b/webapp/portlet/src/main/webapp/vue-apps/activity-stream/components/toolbar/ActivityStreamToolbar.vue @@ -41,7 +41,7 @@ @click="openComposerDrawer(true)"> {{ composerButtonLabel }} - + {{ $t('activity.toolbar.title') }}