@ctlyst.id/internal-ui 2.0.16 → 2.0.17

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.
@@ -3118,6 +3118,13 @@ function selectStyles(colorMode, _isError) {
3118
3118
  } : {
3119
3119
  ...base,
3120
3120
  ...selectStyle
3121
+ },
3122
+ placeholder: base => {
3123
+ return {
3124
+ ...base,
3125
+ ...selectStyle,
3126
+ color: colors.black.low
3127
+ };
3121
3128
  }
3122
3129
  };
3123
3130
  }