@ni/ok-components 0.3.5 → 0.3.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -98084,9 +98084,9 @@ focus outline in that case.
98084
98084
  }
98085
98085
 
98086
98086
  ::slotted([slot="end"]) {
98087
+ font: ${errorTextFont};
98087
98088
  color: ${placeholderFontColor};
98088
- font: ${controlLabelFont};
98089
- ${linkFont.cssCustomProperty}: ${controlLabelFont};
98089
+ ${linkFont.cssCustomProperty}: ${errorTextFont};
98090
98090
  ${linkFontColor.cssCustomProperty}: ${placeholderFontColor};
98091
98091
  }
98092
98092