@openfin/ui-library 0.17.0-alpha.1685557263 → 0.17.0-alpha.1685557296

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
@@ -558,7 +558,7 @@ var e={8594:(e,t,n)=>{n.d(t,{Z:()=>o});var r=/^((children|dangerouslySetInnerHTM
558
558
  `;t.StyledInputField=l.default.input`
559
559
  background: ${({theme:e})=>e.palette.background5};
560
560
  border: 1px solid ${({theme:e})=>e.palette.background6};
561
- border-color: ${({theme:e,status:t})=>(0,s.getStatusColor)(e,t,"inputBackground")};
561
+ border-color: ${({theme:e,status:t})=>(0,s.getStatusColor)(e,t,"inputBorder")};
562
562
  border-radius: ${({theme:e})=>e.radius.small};
563
563
  box-shadow: ${({theme:e})=>e.shadow.base};
564
564
  color: ${({theme:e})=>e.palette.inputColor};
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.17.0-alpha.1685557263",
4
+ "version": "0.17.0-alpha.1685557296",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "repository": "github:openfin/ui-library",