@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.js
CHANGED
@@ -4047,16 +4047,13 @@ function selectStyles(colorMode, _isError) {
|
|
4047
4047
|
singleValue: (base) => {
|
4048
4048
|
return { ...base, ...selectStyle };
|
4049
4049
|
},
|
4050
|
-
input: (base) => {
|
4051
|
-
|
4052
|
-
|
4053
|
-
|
4054
|
-
|
4055
|
-
|
4056
|
-
|
4057
|
-
marginBottom: 0
|
4058
|
-
};
|
4059
|
-
},
|
4050
|
+
input: (base) => ({
|
4051
|
+
...base,
|
4052
|
+
...selectStyle,
|
4053
|
+
paddingTop: 8,
|
4054
|
+
paddingBottom: 8,
|
4055
|
+
margin: 0
|
4056
|
+
}),
|
4060
4057
|
dropdownIndicator: (base) => {
|
4061
4058
|
return { ...base, ...selectStyle, color: "var(--chakra-colors-neutral-400)" };
|
4062
4059
|
},
|