@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.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.js
CHANGED
|
@@ -4025,7 +4025,9 @@ function selectStyles(colorMode, _isError) {
|
|
|
4025
4025
|
option: (base) => ({
|
|
4026
4026
|
...base,
|
|
4027
4027
|
...selectStyle,
|
|
4028
|
-
color: "var(--chakra-colors-neutral-900)"
|
|
4028
|
+
color: "var(--chakra-colors-neutral-900)",
|
|
4029
|
+
padding: 12,
|
|
4030
|
+
height: 42
|
|
4029
4031
|
}),
|
|
4030
4032
|
menu: (base) => {
|
|
4031
4033
|
return {
|
|
@@ -4268,7 +4270,6 @@ var InputOption = ({
|
|
|
4268
4270
|
{
|
|
4269
4271
|
alignItems: "center",
|
|
4270
4272
|
width: "100%",
|
|
4271
|
-
mb: "3px",
|
|
4272
4273
|
gap: 2,
|
|
4273
4274
|
"data-test-id": "CT_component_select-checkbox_options",
|
|
4274
4275
|
cursor: isDisabled ? "not-allowed" : "default",
|