Skip to content

Commit

Permalink
adjusted sizing of numbers in badges again, EuiText does not know abo…
Browse files Browse the repository at this point in the history
…ut size="l"
  • Loading branch information
jloleysens committed Jun 18, 2021
1 parent 38e836f commit f5db427
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ export const AssetsAccordion: FunctionComponent<Props> = ({ savedObjects, type }
</EuiFlexItem>
<EuiFlexItem grow={false}>
<EuiBadge>
<EuiText size="l">{savedObjects.length}</EuiText>
<EuiTitle size="xs">
<h3>{savedObjects.length}</h3>
</EuiTitle>
</EuiBadge>
</EuiFlexItem>
</EuiFlexGroup>
Expand Down

0 comments on commit f5db427

Please sign in to comment.