@ctlyst.id/internal-ui 3.1.12 → 3.1.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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",