@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.
@@ -3124,6 +3124,13 @@ function selectStyles(colorMode, _isError) {
3124
3124
  } : {
3125
3125
  ...base,
3126
3126
  ...selectStyle
3127
+ },
3128
+ placeholder: base => {
3129
+ return {
3130
+ ...base,
3131
+ ...selectStyle,
3132
+ color: colors.black.low
3133
+ };
3127
3134
  }
3128
3135
  };
3129
3136
  }