From 07098681f46091fb57a1e7d4105a97c69d2357cf Mon Sep 17 00:00:00 2001 From: Ubinquitous Date: Tue, 26 Sep 2023 18:50:54 +0900 Subject: [PATCH] =?UTF-8?q?chore(CustomViewer):=20theme=20=EC=84=A4?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/atoms/CustomViewer.tsx | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/components/atoms/CustomViewer.tsx b/src/components/atoms/CustomViewer.tsx index 4fa55e30..765c1292 100644 --- a/src/components/atoms/CustomViewer.tsx +++ b/src/components/atoms/CustomViewer.tsx @@ -6,7 +6,14 @@ interface MDViewerPropsType { } const CustomViewer = ({ content }: MDViewerPropsType) => { - return ; + return ( + + ); }; export default CustomViewer;