Skip to content

Commit 1ff9479

Browse files
committed
fix(input): revert disabled color
1 parent 89da9e4 commit 1ff9479

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/theme-saas/src/input/index.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
&.is-disabled &__inner {
4848
@apply cursor-not-allowed;
4949
@apply border border-solid border-color-border;
50-
@apply text-color-text-disabled;
50+
@apply text-color-text-secondary; // 231 环境特意要求颜色变浅, 不使用text-color-text-disabled 的
5151
@apply bg-color-bg-6;
5252
.placeholder(@color:theme('colors.color.text.disabled'));
5353

0 commit comments

Comments
 (0)