From c799f53daf7af7eb22b9463fd721c3fffa998ebb Mon Sep 17 00:00:00 2001 From: anlyyao Date: Fri, 24 Mar 2023 14:09:37 +0800 Subject: [PATCH] fix(Textarea): update class name --- style/mobile/components/textarea/v2/_index.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style/mobile/components/textarea/v2/_index.less b/style/mobile/components/textarea/v2/_index.less index da3396cdfe..5a7076a9c1 100644 --- a/style/mobile/components/textarea/v2/_index.less +++ b/style/mobile/components/textarea/v2/_index.less @@ -64,7 +64,7 @@ border: @textarea-border-width solid @textarea-border-color; } - .@{prefix}-is-disabled { + &--disabled { color: @textarea-disabled-text-color; } }