@ctlyst.id/internal-ui 3.1.18 → 3.1.19
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.js +7 -10
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +7 -10
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
@@ -3861,16 +3861,13 @@ function selectStyles(colorMode, _isError) {
|
|
3861
3861
|
singleValue: (base) => {
|
3862
3862
|
return { ...base, ...selectStyle };
|
3863
3863
|
},
|
3864
|
-
input: (base) => {
|
3865
|
-
|
3866
|
-
|
3867
|
-
|
3868
|
-
|
3869
|
-
|
3870
|
-
|
3871
|
-
marginBottom: 0
|
3872
|
-
};
|
3873
|
-
},
|
3864
|
+
input: (base) => ({
|
3865
|
+
...base,
|
3866
|
+
...selectStyle,
|
3867
|
+
paddingTop: 8,
|
3868
|
+
paddingBottom: 8,
|
3869
|
+
margin: 0
|
3870
|
+
}),
|
3874
3871
|
dropdownIndicator: (base) => {
|
3875
3872
|
return { ...base, ...selectStyle, color: "var(--chakra-colors-neutral-400)" };
|
3876
3873
|
},
|