From 5fb6924e1f831898776c48583480ab55cb618b93 Mon Sep 17 00:00:00 2001 From: Charly Gomez Date: Thu, 13 Nov 2025 10:16:28 +0100 Subject: [PATCH] rm border --- src/components/codeHighlights/codeHighlights.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/codeHighlights/codeHighlights.tsx b/src/components/codeHighlights/codeHighlights.tsx index ca015825853b5..af89a7e931569 100644 --- a/src/components/codeHighlights/codeHighlights.tsx +++ b/src/components/codeHighlights/codeHighlights.tsx @@ -132,7 +132,6 @@ const HighlightBlockContainer = styled('div')` background-color: rgba(239, 239, 239, 0.06); position: relative; - border: 1px solid var(--accent-11); border-left: 4px solid var(--accent-purple); border-radius: 6px;