add design system theme colors

pull/26459/head^2
Corwin Smith 2 years ago
parent ca02fe408e
commit e0de40b8dc
  1. 6
      src/components/UI/docs/Code.tsx

@ -12,7 +12,7 @@ export const Code: FC<Props> = ({ code }) => {
(
<Text
as='span'
background='gray.200'
background='code-bg'
fontFamily='"JetBrains Mono", monospace'
fontWeight={400}
fontSize='md'
@ -28,9 +28,9 @@ export const Code: FC<Props> = ({ code }) => {
(
<Stack>
<ChakraCode
overflow="scroll"
overflow='hidden'
p={6}
background='gray.800'
background='code-bg-contrast'
color='green.50'
fontFamily='"JetBrains Mono", monospace'
fontWeight={400}

Loading…
Cancel
Save