mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-05 10:55:02 +00:00
add design system theme colors
This commit is contained in:
parent
ca02fe408e
commit
e0de40b8dc
1 changed files with 3 additions and 3 deletions
|
|
@ -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…
Reference in a new issue