Skip to content

Commit 8e83a11

Browse files
fix: 🐛 修复Textarea组件暗黑模式下清空按钮样式不正确的问题
1 parent 69167ef commit 8e83a11

File tree

1 file changed

+2
-1
lines changed
  • src/uni_modules/wot-design-uni/components/wd-textarea

1 file changed

+2
-1
lines changed

src/uni_modules/wot-design-uni/components/wd-textarea/index.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@
4242
color: $-dark-color;
4343
}
4444

45-
:deep(.wd-textarea__icon) {
45+
:deep(.wd-textarea__icon),
46+
:deep(.wd-textarea__clear) {
4647
color: $-dark-color;
4748
background: transparent;
4849
}

0 commit comments

Comments
 (0)