@ctlyst.id/internal-ui 2.0.16 → 2.0.17
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/internal-ui.cjs.development.js +7 -0
- package/dist/internal-ui.cjs.development.js.map +1 -1
- package/dist/internal-ui.cjs.production.min.js +1 -1
- package/dist/internal-ui.cjs.production.min.js.map +1 -1
- package/dist/internal-ui.esm.js +7 -0
- package/dist/internal-ui.esm.js.map +1 -1
- package/package.json +2 -2
package/dist/internal-ui.esm.js
CHANGED
@@ -3118,6 +3118,13 @@ function selectStyles(colorMode, _isError) {
|
|
3118
3118
|
} : {
|
3119
3119
|
...base,
|
3120
3120
|
...selectStyle
|
3121
|
+
},
|
3122
|
+
placeholder: base => {
|
3123
|
+
return {
|
3124
|
+
...base,
|
3125
|
+
...selectStyle,
|
3126
|
+
color: colors.black.low
|
3127
|
+
};
|
3121
3128
|
}
|
3122
3129
|
};
|
3123
3130
|
}
|