chore: update design system and names of tokens
This commit is contained in:
@@ -605,14 +605,14 @@ export const renderOptions: RenderOptions = {
|
||||
|
||||
if (className === AvailableParagraphFormatEnum["subtitle-1"]) {
|
||||
return (
|
||||
<Subtitle key={id} {...props}>
|
||||
<Subtitle key={id} {...props} type="one">
|
||||
{children}
|
||||
</Subtitle>
|
||||
)
|
||||
}
|
||||
if (className === AvailableParagraphFormatEnum["subtitle-2"]) {
|
||||
return (
|
||||
<Subtitle key={id} {...props}>
|
||||
<Subtitle key={id} {...props} type="two">
|
||||
{children}
|
||||
</Subtitle>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user