Skip to content

Commit

Permalink
apply feeds
Browse files Browse the repository at this point in the history
  • Loading branch information
liamcho committed Dec 5, 2024
1 parent 88a7d10 commit 007431a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ui/CodeBlock.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 007431a

Please sign in to comment.