diff --git a/components/Chat/ChatMessage.tsx b/components/Chat/ChatMessage.tsx index 46c52c0..8e74e5d 100644 --- a/components/Chat/ChatMessage.tsx +++ b/components/Chat/ChatMessage.tsx @@ -12,7 +12,7 @@ interface Props { export const ChatMessage: FC = ({ message, lightMode }) => { return (
diff --git a/styles/globals.css b/styles/globals.css index f1218ea..4dfeeef 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -27,3 +27,7 @@ width: 6px; height: 6px; } + +html { + background: #202123; +}