@ctlyst.id/internal-ui 2.0.16 → 2.0.17

Sign up to get free protection for your applications and to get access to all the features.
@@ -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
  }