Size of lightning-helptext icon

iconlightning-design-systemlightning-web-components

How can I modify the size of an Icon in lightning-helptext?

My code:

<lightning-helptext content={errorLabel} 
icon-variant="error" class="slds-p-right_small" 
icon-name="utility:warning" size="large" if:true={test}>
</lightning-helptext>

I tried either size="large" property and aplying custom CSS on class property, and I cannot resize the icon.

Best Answer

You can't, this component does not have any property (or at least documented) that allows you to do this.

Instead, use the blueprints to create your own help text and icon