@ni/nimble-components 11.4.0 → 11.4.1

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.
@@ -14835,13 +14835,13 @@
14835
14835
  }
14836
14836
  }
14837
14837
  function getWarningColorForTheme(element) {
14838
- return getColorForTheme(element, Warning100LightUi, Warning100DarkUi, Warning100DarkUi);
14838
+ return getColorForTheme(element, Warning100LightUi, Warning100DarkUi, White);
14839
14839
  }
14840
14840
  function getFailColorForTheme(element) {
14841
- return getColorForTheme(element, Fail100LightUi, Fail100DarkUi, Fail100DarkUi);
14841
+ return getColorForTheme(element, Fail100LightUi, Fail100DarkUi, White);
14842
14842
  }
14843
14843
  function getPassColorForTheme(element) {
14844
- return getColorForTheme(element, Pass100LightUi, Pass100DarkUi, Pass100DarkUi);
14844
+ return getColorForTheme(element, Pass100LightUi, Pass100DarkUi, White);
14845
14845
  }
14846
14846
  function getDefaultLineColorForTheme(element) {
14847
14847
  return getColorForTheme(element, Black91, Black15, White);