Skip to content

Commit

Permalink
feat(insight): remove text-xs from badge (#4736)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikegron authored Dec 2, 2024
1 parent c808927 commit cfd880f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export class AtomicResultBadge {
return (
<div
part="result-badge-element"
class="bg-neutral-light text-neutral-dark inline-flex h-full place-items-center space-x-1.5 rounded-full px-3 text-xs"
class="bg-neutral-light text-neutral-dark inline-flex h-full place-items-center space-x-1.5 rounded-full px-3"
>
{this.icon && this.renderIcon()}
{this.renderText()}
Expand Down

0 comments on commit cfd880f

Please sign in to comment.