File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ const ContentTagChip = ({ tag }: { tag: Tag }) => {
3232 return (
3333 < Chip
3434 iconBefore = { TagIcon }
35- className = "mr-1 tag-snippet-chip"
35+ className = "mr-1 tag-snippet-chip small "
3636 >
3737 { lineageStr }
3838 </ Chip >
Original file line number Diff line number Diff line change @@ -36,8 +36,9 @@ export const ComponentIcon = ({
3636 src = { getItemIcon ( blockType ) }
3737 screenReaderText = { blockType }
3838 title = { iconTitle }
39+ size = "sm"
3940 />
40- { text && < span className = "ml-1 small" > { text } </ span > }
41+ { text && < span className = "ml-1 x- small" > { text } </ span > }
4142 </ div >
4243) ;
4344
@@ -58,8 +59,9 @@ export const ComponentCountSnippet = ({ componentData }: ComponentCountSnippetPr
5859 src = { getItemIcon ( 'components' ) }
5960 title = { intl . formatMessage ( messages . componentTotal ) }
6061 className = "mr-1"
62+ size = "sm"
6163 />
62- < span className = "small" >
64+ < span className = "x- small" >
6365 { `${ totalCount } ${ intl . formatMessage ( messages . componentTotal ) } ` }
6466 </ span >
6567 </ div >
You can’t perform that action at this time.
0 commit comments