@ctlyst.id/internal-ui 2.0.14 → 2.0.15

Sign up to get free protection for your applications and to get access to all the features.
@@ -3041,10 +3041,6 @@ const SelectWrapper = ({
3041
3041
  .react-select__control {
3042
3042
  border-color: ${isError ? colors.danger['500'] : colors.neutral['500']} !important;
3043
3043
  }
3044
-
3045
- .react-select__control:hover {
3046
- border-color: ${isError ? colors.danger['500'] : colors.primary['500']} !important;
3047
- }
3048
3044
  `
3049
3045
  }, children);
3050
3046
  };