add design system theme colors

This commit is contained in:
Corwin Smith 2022-11-17 12:32:59 -07:00
parent ca02fe408e
commit e0de40b8dc

@ -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}