index.less 167 Bytes
@import '~antd/es/style/themes/default.less';
.textInput {
  &[isdisabled='true'] {
    .@{ant-prefix}-input-group-addon {
      border: 1px solid #e9e9e9;
    }
  }
}