From 007431ae5d4aa3ebec6cebf0a41cc83707e3ce90 Mon Sep 17 00:00:00 2001 From: Liam Cho Date: Thu, 5 Dec 2024 17:06:13 +0900 Subject: [PATCH] apply feeds --- src/components/ui/CodeBlock.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ui/CodeBlock.tsx b/src/components/ui/CodeBlock.tsx index 949db652a..50e1447fe 100644 --- a/src/components/ui/CodeBlock.tsx +++ b/src/components/ui/CodeBlock.tsx @@ -7,7 +7,7 @@ import { Token } from '../../utils'; const CodeContainer = styled.div` position: relative; padding: 20px; - background: #000; + background: var(--sendbird-dark-background-600); `; const CodeContent = styled.div`