Skip to content

Commit c087c04

Browse files
authored
fix: sync with Typography tokens (#106)
1 parent 76e17a5 commit c087c04

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

tokens.config.ts

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,5 @@ export default defineTheme({
3737
p: {
3838
fontSize: '18px'
3939
},
40-
code: {
41-
block: {
42-
backgroundColor: {
43-
light: 'transparent',
44-
dark: 'transparent'
45-
},
46-
borderColor: {
47-
light: '{color.gray.200}',
48-
dark: '{color.gray.800}'
49-
}
50-
}
51-
}
5240
}
5341
})

0 commit comments

Comments
 (0)