@openfin/ui-library 0.23.2-alpha.1701363953 → 0.23.2-alpha.1701363982

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -441,7 +441,7 @@ var e={8594:(e,t,n)=>{n.d(t,{Z:()=>o});var r=/^((children|dangerouslySetInnerHTM
441
441
  width: 100%;
442
442
  user-select: none;
443
443
  `,h=(0,s.default)(l.Icon)`
444
- color: ${({theme:e,status:t})=>(0,d.getStatusColor)(e,t,"inputBorder")};
444
+ color: ${({theme:e,status:t})=>(0,d.getStatusColor)(e,t,"textDefault")};
445
445
  `,v=(0,s.default)(u.Box)`
446
446
  align-items: center;
447
447
  background: ${({theme:e})=>e.palette.background4};
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@openfin/ui-library",
3
3
  "description": "OpenFin UI Component Library",
4
- "version": "0.23.2-alpha.1701363953",
4
+ "version": "0.23.2-alpha.1701363982",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "repository": "github:openfin/ui-library",