We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 279154a commit 8c5e59bCopy full SHA for 8c5e59b
packages/codebytes/src/editor.tsx
@@ -26,7 +26,7 @@ const Output = styled.pre<{ hasError: boolean }>`
26
font-size: 0.875rem;
27
overflow: auto;
28
${({ hasError, theme }) => `
29
- color: ${hasError ? theme.colors.orange : theme.colors.white};
+ color: ${hasError ? theme.colors.orange : theme.colors.text};
30
background-color: ${theme.colors['navy-900']};
31
`}
32
`;
0 commit comments