Skip to content

Commit

Permalink
fix(insight): remove text-xs from badge
Browse files Browse the repository at this point in the history
  • Loading branch information
mikegron committed Nov 29, 2024
1 parent a3b8f8d commit 68c2fc6
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 68c2fc6

Please sign in to comment.