From ada0506f4a9705472644f72872dd743cf60431e7 Mon Sep 17 00:00:00 2001 From: Kerem Semiz Date: Thu, 12 Dec 2024 14:59:44 +0000 Subject: [PATCH 1/4] Fixes-Remove border Signed-off-by: Kerem Semiz --- src/components/EnvelopePrimaryActions.vue | 4 +++- src/components/SearchMessages.vue | 2 -- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/EnvelopePrimaryActions.vue b/src/components/EnvelopePrimaryActions.vue index 4b618f763d..c5f4a4d891 100644 --- a/src/components/EnvelopePrimaryActions.vue +++ b/src/components/EnvelopePrimaryActions.vue @@ -30,7 +30,9 @@ export default { margin-bottom: -15px; } } - +.action-button__name{ + font-weight: 500; +} .list-item-content__actions--primary .action--primary .action-button__text, .list-item-content__actions--primary .action--primary .action-button__icon { height: auto; diff --git a/src/components/SearchMessages.vue b/src/components/SearchMessages.vue index 0a7fd9c38e..c8fdddb88d 100644 --- a/src/components/SearchMessages.vue +++ b/src/components/SearchMessages.vue @@ -600,13 +600,11 @@ export default {