Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit 5a5fa0c

Browse files
committed
docs: font-colors
1 parent c4086a3 commit 5a5fa0c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/chakra-ui-docs/components/MDXComponents.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ const MDXComponents = {
109109
name: 'InlineCode',
110110
render () {
111111
return (
112-
<CCode variantColor="yellow" fontSize="0.84em" {...props}>
112+
<CCode variant-color="orange" font-weight="bold" px="1" rounded="md" fontSize="0.84em" {...props}>
113113
{this.$slots.default}
114114
</CCode>
115115
)

packages/chakra-ui-docs/layouts/default.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,12 +93,12 @@ export default {
9393
},
9494
code: {
9595
light: {
96-
bg: '#fefcbf',
97-
color: '#744210'
96+
bg: 'orange.100',
97+
color: 'orange.800'
9898
},
9999
dark: {
100100
bg: 'rgba(250, 240, 137, 0.16)',
101-
color: 'rgb(250, 240, 137)'
101+
color: 'rgb(250, 195, 137)'
102102
}
103103
},
104104
MDXComponents

0 commit comments

Comments
 (0)