fix(ui,icons,ui-preset): Fix CodeBlock and Command components (#10369)
This commit is contained in:
@@ -152,7 +152,7 @@ export async function generateTokens({ output }: GenerateTokensArgs) {
|
||||
return acc
|
||||
}
|
||||
|
||||
const isCodeBlock = node.name.startsWith("Code Block")
|
||||
const isCodeBlock = node.name.startsWith("Code")
|
||||
|
||||
if (isCodeBlock) {
|
||||
const [_parent, identifier] = node.name.split("/")
|
||||
|
||||
Reference in New Issue
Block a user