diff --git a/packages/theme-chalk/src/input.scss b/packages/theme-chalk/src/input.scss index 8d3c8e1c96..bf67f2f7ef 100644 --- a/packages/theme-chalk/src/input.scss +++ b/packages/theme-chalk/src/input.scss @@ -101,8 +101,8 @@ @include when(disabled) { .#{$namespace}-textarea__inner { + @include inset-input-border(#{getCssVar('disabled-border-color')}); background-color: map.get($input-disabled, 'fill'); - border-color: map.get($input-disabled, 'border'); color: map.get($input-disabled, 'text-color'); cursor: not-allowed;