From d0d48c6b48b6dc6cad94a03ee749dd8b3562abe7 Mon Sep 17 00:00:00 2001 From: Csillag Kristof Date: Thu, 16 May 2024 10:56:12 +0200 Subject: [PATCH] Adjust highlight style --- src/app/components/HighlightedText/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/components/HighlightedText/index.tsx b/src/app/components/HighlightedText/index.tsx index dbf0886ddc..b85c73e848 100644 --- a/src/app/components/HighlightedText/index.tsx +++ b/src/app/components/HighlightedText/index.tsx @@ -27,8 +27,8 @@ export interface HighlightOptions { const defaultHighlightStyle: SxProps = { background: '#FFFF5480', - padding: '4px', - margin: '-4px', + padding: '2px', + margin: '-2px', } const defaultHighlight: HighlightOptions = {