From 3f707924d29e1cf665c181e08ca568858122430c Mon Sep 17 00:00:00 2001 From: tfomkin Date: Fri, 30 Jan 2026 14:46:39 +0800 Subject: [PATCH] chore: replaced styles for Markdown code block with classnames --- .../shared/features/markdown-view/src/lib/component.tsx | 7 +------ libs/mobile/shared/ui/code-block/src/lib/component.tsx | 4 +++- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/libs/mobile/shared/features/markdown-view/src/lib/component.tsx b/libs/mobile/shared/features/markdown-view/src/lib/component.tsx index 3a4e41e..50c3d65 100644 --- a/libs/mobile/shared/features/markdown-view/src/lib/component.tsx +++ b/libs/mobile/shared/features/markdown-view/src/lib/component.tsx @@ -54,7 +54,7 @@ export function AppMarkdownView({ ) => { return ( {copyButton} - {formattedContent} + + {formattedContent} + ); }