mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-19 14:29:27 +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
|
<Text
|
||||||
as='span'
|
as='span'
|
||||||
background='gray.200'
|
background='code-bg'
|
||||||
fontFamily='"JetBrains Mono", monospace'
|
fontFamily='"JetBrains Mono", monospace'
|
||||||
fontWeight={400}
|
fontWeight={400}
|
||||||
fontSize='md'
|
fontSize='md'
|
||||||
|
|
@ -28,9 +28,9 @@ export const Code: FC<Props> = ({ code }) => {
|
||||||
(
|
(
|
||||||
<Stack>
|
<Stack>
|
||||||
<ChakraCode
|
<ChakraCode
|
||||||
overflow="scroll"
|
overflow='hidden'
|
||||||
p={6}
|
p={6}
|
||||||
background='gray.800'
|
background='code-bg-contrast'
|
||||||
color='green.50'
|
color='green.50'
|
||||||
fontFamily='"JetBrains Mono", monospace'
|
fontFamily='"JetBrains Mono", monospace'
|
||||||
fontWeight={400}
|
fontWeight={400}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue