@ctlyst.id/internal-ui 3.1.12 → 3.1.13
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.js +3 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
@@ -3839,7 +3839,9 @@ function selectStyles(colorMode, _isError) {
|
|
3839
3839
|
option: (base) => ({
|
3840
3840
|
...base,
|
3841
3841
|
...selectStyle,
|
3842
|
-
color: "var(--chakra-colors-neutral-900)"
|
3842
|
+
color: "var(--chakra-colors-neutral-900)",
|
3843
|
+
padding: 12,
|
3844
|
+
height: 42
|
3843
3845
|
}),
|
3844
3846
|
menu: (base) => {
|
3845
3847
|
return {
|
@@ -4082,7 +4084,6 @@ var InputOption = ({
|
|
4082
4084
|
{
|
4083
4085
|
alignItems: "center",
|
4084
4086
|
width: "100%",
|
4085
|
-
mb: "3px",
|
4086
4087
|
gap: 2,
|
4087
4088
|
"data-test-id": "CT_component_select-checkbox_options",
|
4088
4089
|
cursor: isDisabled ? "not-allowed" : "default",
|