fix: updated deblug log to use new font variable

pull/3083/head
William Grant 10 months ago
parent d0a40e41cd
commit 692f1f51d0

@ -42,8 +42,9 @@ const StyledContent = styled.div`
resize: none;
min-height: 100px;
font-family: Monaco, Consolas, 'Courier New', Courier, monospace;
font-family: var(--font-debug);
font-size: 12px;
line-height: 18px;
}
`;

Loading…
Cancel
Save