dhre-ui-kit 0.0.164 → 0.0.165
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.
- package/lib/index.js +1 -1
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +1 -1
- package/lib/index.mjs.map +1 -1
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -3270,7 +3270,7 @@ const CommonTextInput = (props) => {
|
|
|
3270
3270
|
mode: "outlined",
|
|
3271
3271
|
outlineStyle: {
|
|
3272
3272
|
...styles$8.outlineStyle,
|
|
3273
|
-
borderColor: errorMessage?.length ? DHRE_DEFAULT.
|
|
3273
|
+
borderColor: errorMessage?.length ? DHRE_DEFAULT.DH_SEMENTIC_ERROR : value?.length ? activeBorderColor : inactiveBorderColor
|
|
3274
3274
|
},
|
|
3275
3275
|
label,
|
|
3276
3276
|
value,
|