@ctlyst.id/internal-ui 2.0.14 → 2.0.15
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/internal-ui.cjs.development.js +0 -4
- package/dist/internal-ui.cjs.development.js.map +1 -1
- package/dist/internal-ui.cjs.production.min.js +0 -4
- package/dist/internal-ui.cjs.production.min.js.map +1 -1
- package/dist/internal-ui.esm.js +0 -4
- package/dist/internal-ui.esm.js.map +1 -1
- package/package.json +2 -2
package/dist/internal-ui.esm.js
CHANGED
@@ -3035,10 +3035,6 @@ const SelectWrapper = ({
|
|
3035
3035
|
.react-select__control {
|
3036
3036
|
border-color: ${isError ? colors.danger['500'] : colors.neutral['500']} !important;
|
3037
3037
|
}
|
3038
|
-
|
3039
|
-
.react-select__control:hover {
|
3040
|
-
border-color: ${isError ? colors.danger['500'] : colors.primary['500']} !important;
|
3041
|
-
}
|
3042
3038
|
`
|
3043
3039
|
}, children);
|
3044
3040
|
};
|