Text in Button not visible when using icon and commandFor props

Using this as of now. →

<s-button commandFor="mymodal" command="--show">

 <s-stack direction="inline" gap="none">

  <s-icon type="chevron-down" />

  Button Text

 </s-stack>

</s-button>
1 Like