From ad3b15333458962ff80e644ad7c403e91790306e Mon Sep 17 00:00:00 2001 From: kraktus Date: Tue, 9 Jul 2024 18:20:56 +0200 Subject: [PATCH] Study flair: add top padding to the emoji remove button --- ui/analyse/src/study/studyForm.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/analyse/src/study/studyForm.ts b/ui/analyse/src/study/studyForm.ts index f73e0c7affee..fa04021cb3a8 100644 --- a/ui/analyse/src/study/studyForm.ts +++ b/ui/analyse/src/study/studyForm.ts @@ -274,4 +274,4 @@ export function view(ctrl: StudyForm): VNode { }); } -const removeEmojiButton = emptyRedButton + '.button-thin.text.emoji-remove'; +const removeEmojiButton = emptyRedButton + '.text.emoji-remove';